Skip to content

Commit

Permalink
alembic migration update after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lbesson committed Feb 10, 2025
1 parent 729000a commit 9f15118
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Add column for terms of service
Revision ID: 1d851410e3af
Revises: 305b064bdf66
Revises: 626354ffcda0
Create Date: 2023-03-03 17:29:38.587079
"""
Expand All @@ -11,7 +11,7 @@

# revision identifiers, used by Alembic.
revision = '1d851410e3af'
down_revision = '305b064bdf66'
down_revision = '626354ffcda0'
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 9f15118

Please sign in to comment.