mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Reorder the SQL scripts as clash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user