Skip to content

Commit

Permalink
make migration file name even shorter to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sc15zs committed May 3, 2024
1 parent 9a0c281 commit b9b0d10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Added submitting_account_id & submitting_user_email fields to Submission model.
Revision ID: 028_add_account_id_and_user_email
Revision ID: 028_add_account_id_and_email
Revises: 027_start_date_before_end
Create Date: 2024-05-01 17:00:34.874064
Expand All @@ -10,7 +10,7 @@
from alembic import op

# revision identifiers, used by Alembic.
revision = "028_add_account_id_and_user_email"
revision = "028_add_account_id_and_email"
down_revision = "027_start_date_before_end"
branch_labels = None
depends_on = None
Expand Down

0 comments on commit b9b0d10

Please sign in to comment.