From 00d3886ba69554c3ca2617765c6cd141e695d808 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 13 Nov 2013 22:35:45 +0100 Subject: [PATCH] Fix the goeuro local only test case. --- test/parse/hans.goeuro.load | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/parse/hans.goeuro.load b/test/parse/hans.goeuro.load index e57884b..488b421 100644 --- a/test/parse/hans.goeuro.load +++ b/test/parse/hans.goeuro.load @@ -1,8 +1,8 @@ -load database - from mysql://root@localhost:3306/goeuro - into postgresql://dim@localhost:54393/godollar +LOAD DATABASE + FROM mysql://root@localhost:3306/goeuro + INTO postgresql://dim@localhost:54393/godollar - WITH drop tables, create tables, create indexes, reset sequences + WITH include drop, create tables, create indexes, reset sequences CAST type datetime to timestamptz drop default drop not null using zero-dates-to-null, type date drop not null drop default using zero-dates-to-null,