Skip to content

Commit 38d20b3

Browse files
authored
Fix missing migrations (#9131)
1 parent dba3ccb commit 38d20b3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

migrations/versions/rev-2023-08-11-15:26:07-1af4cc4f7cd5_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# revision identifiers, used by Alembic.
1414
revision = '1af4cc4f7cd5'
15-
down_revision = '414c776ae509'
15+
down_revision = '24271525a263'
1616

1717

1818
def upgrade():

migrations/versions/rev-2023-08-11-00:00:08-414c776ae509_.py renamed to migrations/versions/rev-2024-03-21-1:15:00-was_before_2023-08-11-00:00:08-414c776ae509_.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
"""empty message
22
33
Revision ID: 414c776ae509
4-
Revises: 24271525a263
4+
Revises: bce7acfe5a4f
55
Create Date: 2023-08-10 00:00:08.837497
66
7+
Moved to 2024-03-21 to fix missing application due to split head
8+
79
"""
810

911
from alembic import op
@@ -12,7 +14,7 @@
1214

1315
# revision identifiers, used by Alembic.
1416
revision = '414c776ae509'
15-
down_revision = '24271525a263'
17+
down_revision = 'bce7acfe5a4f'
1618

1719

1820
def upgrade():

0 commit comments

Comments
 (0)