Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Feb 15, 2018
1 parent d1b9aa8 commit 3d159d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/migration/versions/001_add_existing_tables.py
Expand Up @@ -5,6 +5,8 @@


def upgrade(migrate_engine):
# we specify the schema here, because of a clash with another 'state' table
# in the mdillon/postgis container
meta = MetaData(schema='public')

state = Table('state', meta,
Expand Down

0 comments on commit 3d159d0

Please sign in to comment.