Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
silence the alembic warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jan 19, 2018
1 parent 27d1991 commit d9846b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgdata/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def primary_key(self):

@property
def op(self):
ctx = MigrationContext.configure(self.engine)
ctx = MigrationContext.configure(self.engine.connect())
return Operations(ctx)

def _valid_table_name(self, table_name):
Expand Down

0 comments on commit d9846b8

Please sign in to comment.