server/migrations: fix imports for alembic
`alembic revision -m 'blah blah'` rightfully complained about imports (in case of `upgrade`, that module was being populated by some other module.)
This commit is contained in:
parent
e92bd2fd80
commit
f2fd769767
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ Created at: 2016-08-28 19:03:59.831527
|
||||||
|
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
from alembic import op
|
from alembic import op
|
||||||
|
import sqlalchemy.ext.declarative
|
||||||
|
|
||||||
|
|
||||||
revision = '9837fc981ec7'
|
revision = '9837fc981ec7'
|
||||||
|
|
Loading…
Reference in a new issue