Skip to content

Commit

Permalink
pg-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CrispenGari committed Feb 24, 2024
1 parent 474349b commit 460c851
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dataloom/keys.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configuration file for unit testing.


push = True
push = False


class PgConfig:
Expand Down
1 change: 1 addition & 0 deletions dataloom/tests/postgres/test_alter_tables_pg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified hi.db
Binary file not shown.

0 comments on commit 460c851

Please sign in to comment.