Skip to content

Commit

Permalink
Migration for GradingSync
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Sep 16, 2024
1 parent d9d3665 commit 40ba6c5
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"""Migration for the grading_sync tables
Revision ID: b72ee607eab3
Revises: adc83819c8d8
"""
from alembic import op
import sqlalchemy as sa


revision = 'b72ee607eab3'
down_revision = 'adc83819c8d8'


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 ###

0 comments on commit 40ba6c5

Please sign in to comment.