We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70954b commit 8bcc97bCopy full SHA for 8bcc97b
1 file changed
…ns/versions/2025_040814_c18048c40ed9_.py …ns/versions/2025_101020_fdb1b61d9bdb_.pymigrations/versions/2025_040814_c18048c40ed9_.py renamed to migrations/versions/2025_101020_fdb1b61d9bdb_.py
@@ -1,18 +1,17 @@
1
"""empty message
2
3
Revision ID: c18048c40ed9
4
-Revises: 07855f9f39b1
5
-Create Date: 2025-04-08 14:43:10.097244
+Revises: 3ffdea52697d
+Create Date: 2025-10-10 20:29:32.701784
6
7
"""
8
+import sqlalchemy as sa
9
import sqlalchemy_utils
10
from alembic import op
-import sqlalchemy as sa
11
-
12
13
# revision identifiers, used by Alembic.
14
revision = 'c18048c40ed9'
15
-down_revision = '07855f9f39b1'
+down_revision = '3ffdea52697d'
16
branch_labels = None
17
depends_on = None
18
0 commit comments