notify-api-56 squash migrations

This commit is contained in:
Kenneth Kehl
2023-07-19 09:19:40 -07:00
parent 018c423073
commit 7dce220dc7
50 changed files with 38 additions and 1278 deletions

View File

@@ -1,14 +1,14 @@
"""empty message
Revision ID: 0042_notification_history
Revises: 0041_email_template
Revises: 0039_fix_notifications
Create Date: 2016-07-07 13:15:35.503107
"""
# revision identifiers, used by Alembic.
revision = '0042_notification_history'
down_revision = '0041_email_template'
down_revision = '0039_fix_notifications'
from alembic import op
import sqlalchemy as sa