diff --git a/dataloom/keys.py b/dataloom/keys.py index 59e757b..4410e1f 100644 --- a/dataloom/keys.py +++ b/dataloom/keys.py @@ -1,7 +1,7 @@ # Configuration file for unit testing. -push = True +push = False class PgConfig: diff --git a/dataloom/tests/postgres/test_alter_tables_pg.py b/dataloom/tests/postgres/test_alter_tables_pg.py index bd5d910..4a1e544 100644 --- a/dataloom/tests/postgres/test_alter_tables_pg.py +++ b/dataloom/tests/postgres/test_alter_tables_pg.py @@ -46,6 +46,7 @@ class User(Model): required=False, ) + pg_loom.connect_and_sync([Profile, User], drop=True, force=True) conn, tables = pg_loom.connect_and_sync([Profile, User], alter=True) assert len(pg_loom.inspect(Profile, print_table=False)) == 2 diff --git a/hi.db b/hi.db index 1fa953c..1323039 100644 Binary files a/hi.db and b/hi.db differ