Skip to content

Commit

Permalink
fix: add missing revision to force utilisateurs branch to update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Dec 9, 2024
1 parent 165e811 commit 9b1f353
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions app/migrations/versions/20589df23d98_update_utilisateur_schema.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
"""update utilisateur schema
Revision ID: 20589df23d98
Revises: 6ec215fe023e
Create Date: 2024-12-09 17:01:54.589941
"""

from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = "20589df23d98"
down_revision = "6ec215fe023e"
branch_labels = None
depends_on = ("b7c98935d9e8",)


def upgrade():
pass


def downgrade():
pass

0 comments on commit 9b1f353

Please sign in to comment.