Fix migration: move to correct path, update down_revision to c7a3f8e21d4b
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ae41562103
commit
df99af91ac
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""Add is_enabled and thumbnail_path to presentation_layout_codes
|
||||
|
||||
Revision ID: 005_add_layout_fields
|
||||
Revises: 004_add_rls_policies
|
||||
Revision ID: d4e8f1a2b3c5
|
||||
Revises: c7a3f8e21d4b
|
||||
Create Date: 2026-03-01 10:00:00.000000
|
||||
"""
|
||||
|
||||
|
|
@ -9,8 +9,8 @@ from alembic import op
|
|||
import sqlalchemy as sa
|
||||
|
||||
|
||||
revision = '005_add_layout_fields'
|
||||
down_revision = '004_add_rls_policies'
|
||||
revision = 'd4e8f1a2b3c5'
|
||||
down_revision = 'c7a3f8e21d4b'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
Loading…
Add table
Reference in a new issue