mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
fix migration
This commit is contained in:
parent
8d6ff446d8
commit
51995954f0
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ down_revision = 'ffa75d04e6ef'
|
|||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
Session = sessionmaker()
|
||||
|
||||
def upgrade():
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
|
|
Loading…
Reference in a new issue