fix name of migration file.

This commit is contained in:
Rebecca Law
2015-11-27 09:57:55 +00:00
parent 9e27ef964a
commit d372ee4d83

View File

@@ -7,7 +7,7 @@ Create Date: 2015-11-24 10:39:19.827534
"""
# revision identifiers, used by Alembic.
revision = 'create_users'
revision = '10_create_users'
down_revision = None
from alembic import op