Skip to content

Commit

Permalink
adding revision
Browse files Browse the repository at this point in the history
  • Loading branch information
femalves committed Apr 22, 2024
1 parent 576ed5a commit 5f586c3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions alembic/versions/15025c9be4f6_changed_sort.py
@@ -0,0 +1,28 @@
"""changed sort
Revision ID: 15025c9be4f6
Revises: ffdbd392dc89
Create Date: 2024-04-22 14:27:13.360604
"""

# revision identifiers, used by Alembic.
revision = '15025c9be4f6'
down_revision = 'ffdbd392dc89'

from alembic import op
import sqlalchemy as sa




def upgrade():
#with app.app_context() as c:
# db.session.add(Model())
# db.session.commit()

pass


def downgrade():
pass

0 comments on commit 5f586c3

Please sign in to comment.