Skip to content

Commit 334ba7c

Browse files
committed
replacing the DB script with a new version
1 parent 0b5bcab commit 334ba7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

migrations/versions/2024_121017_32696502b574_.py renamed to migrations/versions/2025_020620_83676846e104_.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""empty message
22
3-
Revision ID: 32696502b574
4-
Revises: 085f77996ce3
5-
Create Date: 2024-12-10 17:57:01.043030
3+
Revision ID: 83676846e104
4+
Revises: 20e7d3ca289a
5+
Create Date: 2025-02-06 20:35:26.475120
66
77
"""
88
import sqlalchemy_utils
@@ -11,8 +11,8 @@
1111

1212

1313
# revision identifiers, used by Alembic.
14-
revision = '32696502b574'
15-
down_revision = '085f77996ce3'
14+
revision = '83676846e104'
15+
down_revision = '20e7d3ca289a'
1616
branch_labels = None
1717
depends_on = None
1818

0 commit comments

Comments
 (0)