Reorder the SQL scripts as clash

This commit is contained in:
Martyn Inglis
2016-08-01 15:19:16 +01:00
parent 54a63c0351
commit daf85e7787

View File

@@ -1,14 +1,14 @@
"""empty message
Revision ID: 0043_jobs_to_notification_hist
Revises: 0042_notification_history
Revision ID: 0044_jobs_to_notification_hist
Revises: 0043_notification_indexes
Create Date: 2016-07-15 13:28:41.441009
"""
# revision identifiers, used by Alembic.
revision = '0043_jobs_to_notification_hist'
down_revision = '0042_notification_history'
revision = '0044_jobs_to_notification_hist'
down_revision = '0043_notification_indexes'
from alembic import op