Commit 7b18b0fd authored by themylogin's avatar themylogin
Browse files

Merge migration

parent 5e809c84
Showing with 24 additions and 0 deletions
+24 -0
"""Merge
Revision ID: a33672445bed
Revises: 69789458866a, bc770461df0d
Create Date: 2024-01-02 15:19:53.113060+00:00
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'a33672445bed'
down_revision = ('69789458866a', 'bc770461df0d')
branch_labels = None
depends_on = None
def upgrade():
pass
def downgrade():
pass
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment