Skip to content

Commit ad509d2

Browse files
authored
merge migration (#717)
1 parent 133f8d3 commit ad509d2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
"""empty message
2+
3+
Revision ID: 0a992db1f362
4+
Revises: 704569328ec7, ab24602a9f68
5+
Create Date: 2024-05-15 21:06:42.859838
6+
7+
"""
8+
import sqlalchemy as sa
9+
from alembic import op
10+
11+
# revision identifiers, used by Alembic.
12+
revision = "0a992db1f362"
13+
down_revision = ("704569328ec7", "ab24602a9f68")
14+
branch_labels = None
15+
depends_on = None
16+
17+
18+
def upgrade():
19+
pass
20+
21+
22+
def downgrade():
23+
pass

0 commit comments

Comments
 (0)