Skip to content

Commit

Permalink
Added migrations for maintaining the database schemas through automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachinbisht27 committed Apr 15, 2024
1 parent 8bbf271 commit d45eac2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""initial migrations
Revision ID: 27b68e693a86
Revision ID: 19b23a59f196
Revises:
Create Date: 2024-04-15 18:11:38.625368
Create Date: 2024-04-15 18:22:25.267651
"""

Expand All @@ -13,7 +13,7 @@
from alembic import op

# revision identifiers, used by Alembic.
revision: str = "27b68e693a86"
revision: str = "19b23a59f196"
down_revision: Union[str, None] = None
branch_labels: Union[str, Sequence[str], None] = None
depends_on: Union[str, Sequence[str], None] = None
Expand Down

0 comments on commit d45eac2

Please sign in to comment.