diff --git a/test/sqlite.load b/test/sqlite.load index 5ff3504..6bfd34f 100644 --- a/test/sqlite.load +++ b/test/sqlite.load @@ -4,6 +4,9 @@ load database -- with include drop, create tables, create indexes, reset sequences - cast column character.f1 to text drop typemod + -- excluding table names like 'appointments' + + cast column character.f1 to text drop typemod, + column appointments.time to timestamptz drop default set work_mem to '16MB', maintenance_work_mem to '512 MB'; \ No newline at end of file diff --git a/test/sqlite/sqlite.db b/test/sqlite/sqlite.db index 23e6ce1..1d2573b 100644 Binary files a/test/sqlite/sqlite.db and b/test/sqlite/sqlite.db differ