list medical card init
This commit is contained in:
28
alembic/versions/7f86841687c3_test.py
Normal file
28
alembic/versions/7f86841687c3_test.py
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
"""test
|
||||||
|
|
||||||
|
Revision ID: 7f86841687c3
|
||||||
|
Revises: aa4d531271c0
|
||||||
|
Create Date: 2023-07-22 01:02:06.941122
|
||||||
|
|
||||||
|
"""
|
||||||
|
from alembic import op
|
||||||
|
import sqlalchemy as sa
|
||||||
|
|
||||||
|
|
||||||
|
# revision identifiers, used by Alembic.
|
||||||
|
revision = '7f86841687c3'
|
||||||
|
down_revision = 'aa4d531271c0'
|
||||||
|
branch_labels = None
|
||||||
|
depends_on = 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