Skip to content

Commit

Permalink
Update migration file based on improved naming of relation
Browse files Browse the repository at this point in the history
  • Loading branch information
bscheltinga committed Dec 5, 2022
1 parent e0674a3 commit 3048aab
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
"""empty message
Revision ID: 71788f936fbb
Revision ID: dcd3663ba17d
Revises: 258f980de9f2
Create Date: 2022-12-01 15:08:12.676756
Create Date: 2022-12-05 08:45:44.942657
"""
from alembic import op
import sqlalchemy as sa
from sqlalchemy.dialects import postgresql

# revision identifiers, used by Alembic.
revision = '71788f936fbb'
revision = 'dcd3663ba17d'
down_revision = '258f980de9f2'
branch_labels = None
depends_on = None
Expand Down

0 comments on commit 3048aab

Please sign in to comment.