mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
Add a test case for the sakila database.
This commit is contained in:
parent
7144cfc1ac
commit
561eb29175
10
test/sakila.load
Normal file
10
test/sakila.load
Normal file
@ -0,0 +1,10 @@
|
||||
load database
|
||||
from mysql://root@localhost/sakila
|
||||
into postgresql:///sakila
|
||||
|
||||
WITH drop tables, 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,
|
||||
-- type tinyint to boolean using tinyint-to-boolean,
|
||||
type year to integer;
|
Loading…
Reference in New Issue
Block a user