Skip to content

Commit 024a13f

Browse files
committed
reformatted migration
1 parent a6ec95b commit 024a13f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/alembic/versions/001_initial_tables.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
"""Initial tables
22
33
Revision ID: 001
4-
Revises:
4+
Revises:
55
Create Date: 2025-09-09
66
77
"""
8+
89
import sqlalchemy as sa
910
from sqlalchemy.dialects import postgresql
1011

0 commit comments

Comments
 (0)