We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70389bf + 275d5d5 commit 9b1c12dCopy full SHA for 9b1c12d
1 file changed
migrations/versions/3c406131c004_merge_branches.py
@@ -0,0 +1,24 @@
1
+"""merge branches
2
+
3
+Revision ID: 3c406131c004
4
+Revises: 01234abcdef1, 7a3c14648e56
5
+Create Date: 2025-03-29 00:36:22.980924
6
7
+"""
8
+from alembic import op
9
+import sqlalchemy as sa
10
11
12
+# revision identifiers, used by Alembic.
13
+revision = '3c406131c004'
14
+down_revision = ('01234abcdef1', '7a3c14648e56')
15
+branch_labels = None
16
+depends_on = None
17
18
19
+def upgrade():
20
+ pass
21
22
23
+def downgrade():
24
0 commit comments