mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 17:02:55 +08:00
24 lines
350 B
Python
24 lines
350 B
Python
"""its me again
|
|
|
|
Revision ID: 2d4b2acdf75f
|
|
Revises: 92f0866a8101
|
|
Create Date: 2024-08-08 16:33:44.326379
|
|
|
|
"""
|
|
from alembic import op
|
|
import sqlalchemy as sa
|
|
|
|
|
|
# revision identifiers, used by Alembic.
|
|
revision = '2d4b2acdf75f'
|
|
down_revision = '92f0866a8101'
|
|
branch_labels = None
|
|
depends_on = None
|
|
|
|
|
|
def upgrade():
|
|
pass
|
|
|
|
|
|
def downgrade():
|
|
pass
|