Skip to content

Commit

Permalink
Merge pull request #127 from QActf/fix-migrations
Browse files Browse the repository at this point in the history
fix heads
  • Loading branch information
CuriousGecko authored Sep 10, 2024
2 parents 9692818 + 1efd894 commit 9b00bfc
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
"""merge_19c8f452647a_and_71febb21c593
Revision ID: 88633a67249b
Revises: 19c8f452647a, 71febb21c593
Create Date: 2024-09-10 20:25:40.918558
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = '88633a67249b'
down_revision = ('19c8f452647a', '71febb21c593')
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit 9b00bfc

Please sign in to comment.