Skip to content

Commit

Permalink
addtables
Browse files Browse the repository at this point in the history
  • Loading branch information
Парфенов Михаил Александрович committed Nov 30, 2024
1 parent c498fed commit e8ca81a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions migrations/versions/20241130_1744_4662fc16ccde_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
"""empty message
Revision ID: 4662fc16ccde
Revises: 09416a9fa7cc, d47cdc452c99
Create Date: 2024-11-30 17:44:02.880484
"""

from alembic import op
import sqlalchemy as sa
import os


# revision identifiers, used by Alembic.
revision = '4662fc16ccde'
down_revision = ('09416a9fa7cc', 'd47cdc452c99')
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit e8ca81a

Please sign in to comment.