mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Fix migration name clash
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
"""empty message
|
"""empty message
|
||||||
|
|
||||||
Revision ID: 0009_events_table
|
Revision ID: 0010_events_table
|
||||||
Revises: 0008_archive_template
|
Revises: 0009_created_by_for_jobs
|
||||||
Create Date: 2016-04-26 13:08:42.892813
|
Create Date: 2016-04-26 13:08:42.892813
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '0009_events_table'
|
revision = '0010_events_table'
|
||||||
down_revision = '0008_archive_template'
|
down_revision = '0009_created_by_for_jobs'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
Reference in New Issue
Block a user