Skip to content

Commit

Permalink
That was easy
Browse files Browse the repository at this point in the history
[#86631894]
  • Loading branch information
vr2262 committed Mar 3, 2015
1 parent ef6cff8 commit daf9fc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
server_default=func.uuid_generate_v4()),
Column('survey_title', String,
nullable=False),
Column('survey_version', Integer,
CheckConstraint('survey_version >= 0'),
nullable=False,
server_default='0'),
Column('auth_user_id', postgresql.UUID,
ForeignKey('auth_user.auth_user_id',
onupdate='CASCADE',
Expand Down

0 comments on commit daf9fc8

Please sign in to comment.