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 """empty message
Revision ID: 0043_jobs_to_notification_hist Revision ID: 0044_jobs_to_notification_hist
Revises: 0042_notification_history Revises: 0043_notification_indexes
Create Date: 2016-07-15 13:28:41.441009 Create Date: 2016-07-15 13:28:41.441009
""" """
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '0043_jobs_to_notification_hist' revision = '0044_jobs_to_notification_hist'
down_revision = '0042_notification_history' down_revision = '0043_notification_indexes'
from alembic import op from alembic import op