Skip to content

Commit 8bcc97b

Browse files
committed
replacing the DB script with a new version
1 parent b70954b commit 8bcc97b

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

migrations/versions/2025_040814_c18048c40ed9_.py renamed to migrations/versions/2025_101020_fdb1b61d9bdb_.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
"""empty message
22
33
Revision ID: c18048c40ed9
4-
Revises: 07855f9f39b1
5-
Create Date: 2025-04-08 14:43:10.097244
4+
Revises: 3ffdea52697d
5+
Create Date: 2025-10-10 20:29:32.701784
66
77
"""
8+
import sqlalchemy as sa
89
import sqlalchemy_utils
910
from alembic import op
10-
import sqlalchemy as sa
11-
1211

1312
# revision identifiers, used by Alembic.
1413
revision = 'c18048c40ed9'
15-
down_revision = '07855f9f39b1'
14+
down_revision = '3ffdea52697d'
1615
branch_labels = None
1716
depends_on = None
1817

0 commit comments

Comments
 (0)