Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 1387040

Browse files
manually changed down revision on migration
1 parent 74c8d99 commit 1387040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

migrations/versions/2025_03_04_0934-3ec2b4ab569c_migrate_to_glob_pattern.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""migrate to glob pattern
22
33
Revision ID: 3ec2b4ab569c
4-
Revises: 5e5cd2288147
4+
Revises: 02b710eda156
55
Create Date: 2025-03-04 09:34:09.966863+00:00
66
77
"""
@@ -12,7 +12,7 @@
1212

1313
# revision identifiers, used by Alembic.
1414
revision: str = "3ec2b4ab569c"
15-
down_revision: Union[str, None] = "5e5cd2288147"
15+
down_revision: Union[str, None] = "02b710eda156"
1616
branch_labels: Union[str, Sequence[str], None] = None
1717
depends_on: Union[str, Sequence[str], None] = None
1818

0 commit comments

Comments
 (0)