mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
Fix the goeuro local only test case.
This commit is contained in:
parent
79fd109644
commit
00d3886ba6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user