Add merge migration

This commit is contained in:
Charlotte Van Petegem 2022-05-30 18:44:18 +02:00
parent 28a6dc5422
commit bb49fb2795
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -0,0 +1,22 @@
"""empty message
Revision ID: 9eac0f3d7b1e
Revises: ('f6a6004bf4b9', '29ccbe077c57')
Create Date: 2022-05-30 18:35:43.918797
"""
# revision identifiers, used by Alembic.
revision = '9eac0f3d7b1e'
down_revision = ('f6a6004bf4b9', '29ccbe077c57')
from alembic import op
import sqlalchemy as sa
def upgrade():
pass
def downgrade():
pass