mirror of
https://github.com/Xevion/contest-assistant.git
synced 2025-12-08 18:06:58 -06:00
alembic migrations, init & Submissions.vote column
This commit is contained in:
24
alembic/versions/0825e907782f_init.py
Normal file
24
alembic/versions/0825e907782f_init.py
Normal file
@@ -0,0 +1,24 @@
|
||||
"""init
|
||||
|
||||
Revision ID: 0825e907782f
|
||||
Revises:
|
||||
Create Date: 2021-02-13 23:03:36.530511-06:00
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '0825e907782f'
|
||||
down_revision = None
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
def upgrade():
|
||||
pass
|
||||
|
||||
|
||||
def downgrade():
|
||||
pass
|
||||
Reference in New Issue
Block a user