db: merge migration scripts

This commit is contained in:
Eragon 2023-08-08 19:47:30 +02:00
parent 3a875253b4
commit 17f67682b6
Signed by: Eragon
GPG Key ID: 087126EBFC725006
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
"""empty message
Revision ID: dc99ddd17cf3
Revises: a803745f7840, a8f539a93bd5
Create Date: 2023-08-08 19:46:55.441606
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'dc99ddd17cf3'
down_revision = ('a803745f7840', 'a8f539a93bd5')
branch_labels = None
depends_on = None
def upgrade():
pass
def downgrade():
pass