Skip to content

Commit

Permalink
Fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Apr 17, 2024
1 parent 8d97cb8 commit 08cc065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/appointment/migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from alembic import context

# This is ran from src/ so ignore the errors
from secrets import normalize_secrets
from appointment.secrets import normalize_secrets

import sentry_sdk

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Create Date: 2024-04-16 12:41:53.550102
"""
import os

from alembic import op
import sqlalchemy as sa
from database.models import InviteStatus
Expand Down

0 comments on commit 08cc065

Please sign in to comment.