feat: Add base project structure with API and web components
This commit is contained in:
30
api/migrations/versions/74bed22061db_20251124102652.py
Normal file
30
api/migrations/versions/74bed22061db_20251124102652.py
Normal file
@@ -0,0 +1,30 @@
|
||||
"""20251124102652
|
||||
|
||||
Revision ID: 74bed22061db
|
||||
Revises: 7df4df14dda4
|
||||
Create Date: 2025-11-24 10:26:53.420966
|
||||
|
||||
"""
|
||||
from typing import Sequence, Union
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision: str = '74bed22061db'
|
||||
down_revision: Union[str, None] = '7df4df14dda4'
|
||||
branch_labels: Union[str, Sequence[str], None] = None
|
||||
depends_on: Union[str, Sequence[str], None] = None
|
||||
|
||||
|
||||
def upgrade() -> None:
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
pass
|
||||
# ### end Alembic commands ###
|
||||
|
||||
|
||||
def downgrade() -> None:
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
pass
|
||||
# ### end Alembic commands ###
|
||||
Reference in New Issue
Block a user