Skip to content

Commit 3e7ffb9

Browse files
committed
Try fixing migrations 3
1 parent 9e01dd4 commit 3e7ffb9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

migrations/versions/31b1fa20772f_popular_times.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 = '31b1fa20772f'
15-
down_revision = 'eb948c31a342'
15+
down_revision = None
1616
branch_labels = None
1717
depends_on = None
1818

migrations/versions/b09a4d8151d6_merge_diverging_branches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Merge diverging branches
22
33
Revision ID: b09a4d8151d6
4-
Revises: 6b01a81bb92b, 48923aecacb0
4+
Revises: eb948c31a342, 48923aecacb0
55
Create Date: 2026-03-05 17:15:46.737524
66
77
"""
@@ -11,7 +11,7 @@
1111

1212
# revision identifiers, used by Alembic.
1313
revision = 'b09a4d8151d6'
14-
down_revision = ('6b01a81bb92b', '48923aecacb0')
14+
down_revision = ('eb948c31a342', '48923aecacb0')
1515
branch_labels = None
1616
depends_on = None
1717

0 commit comments

Comments
 (0)