Skip to content

Commit

Permalink
migrations: Merge heads for alembic migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Jan 25, 2023
1 parent 9b73eeb commit e8939ea
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions migrations/versions/864375812164_merging_two_heads.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
"""merging two heads
Revision ID: 864375812164
Revises: c6fe2cf16adb, 3daa1d4ab046
Create Date: 2022-12-13 17:03:56.861063
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = '864375812164'
down_revision = ('c6fe2cf16adb', '3daa1d4ab046')
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit e8939ea

Please sign in to comment.