Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Jul 20, 2016
1 parent e6eeec9 commit 2f14c18
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,4 +25,4 @@ def upgrade():

def downgrade():
op.alter_column('client', 'scope', existing_type=sa.TEXT(), nullable=False, server_default='')
op.alter_column('client', 'scope', sever_default=None)
op.alter_column('client', 'scope', server_default=None)

0 comments on commit 2f14c18

Please sign in to comment.