Skip to content

Commit

Permalink
Squash #1897 - Rename down_revision
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Aug 5, 2024
1 parent f5a993a commit 56e729c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/versions/0369a_va_profile_cache_fields.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
"""
Revision ID:0369a_va_profile_cache_fields
Revises: 0369_vaprofile_cache_fields
Revises: 0369_va_profile_cache_fields
Create Date: 2024-08-05 15:10:01
"""
from alembic import op
import sqlalchemy as sa

revision = '0369a_va_profile_cache_fields'
down_revision = '0369_vaprofile_cache_fields'
down_revision = '0369_va_profile_cache_fields'


def upgrade():
Expand Down

0 comments on commit 56e729c

Please sign in to comment.