Fix the goeuro local only test case.

This commit is contained in:
Dimitri Fontaine 2013-11-13 22:35:45 +01:00
parent 79fd109644
commit 00d3886ba6

View File

@ -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,