Skip to content

Commit

Permalink
Name was missing from columns
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamoss committed Sep 7, 2017
1 parent 7acdc3f commit cff414b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ealgis_data_schema/schema_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def make_uuid():
"column_info", metadata,
Column('id', Integer, primary_key=True),
Column('table_info_id', Integer, fkey('table_info.id'), nullable=False),
Column('name', String(256)),
Column('schema_name', String(256)),
Column('metadata', JSON()),
schema=schema_name))
Expand Down

0 comments on commit cff414b

Please sign in to comment.