Skip to content

Commit

Permalink
add dummy revision for pre-prod purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotheem committed Jan 21, 2024
1 parent f5d2c7c commit 7265a97
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions migrations/versions/dummy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
"""booking enhancements
Revision ID: 28aa5ef44bf3
Revises:
Create Date: 2023-12-18 00:35:59.678336
"""

# revision identifiers, used by Alembic.
revision = "f8b5f09f3c11"
down_revision = None
branch_labels = None
depends_on = None


def upgrade() -> None:
pass


def downgrade() -> None:
pass

0 comments on commit 7265a97

Please sign in to comment.