migrations
parent
ab775bce26
commit
dd59cea085
@ -1,25 +0,0 @@
|
|||||||
"""empty message
|
|
||||||
|
|
||||||
Revision ID: bb3812d469dd
|
|
||||||
Revises: 15e40b74a6d2, 71f5020c6470
|
|
||||||
Create Date: 2025-07-18 14:09:12.778358
|
|
||||||
|
|
||||||
"""
|
|
||||||
from alembic import op
|
|
||||||
import models as models
|
|
||||||
import sqlalchemy as sa
|
|
||||||
|
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
|
||||||
revision = 'bb3812d469dd'
|
|
||||||
down_revision = ('15e40b74a6d2', '71f5020c6470')
|
|
||||||
branch_labels = None
|
|
||||||
depends_on = None
|
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
def downgrade():
|
|
||||||
pass
|
|
||||||
Loading…
Reference in New Issue