mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Fix the migration script so that the down revision is pointing to the migration scripts in the merge
This commit is contained in:
@@ -8,7 +8,7 @@ Create Date: 2016-01-13 17:07:49.061776
|
|||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '0003_create_tokens'
|
revision = '0003_create_tokens'
|
||||||
down_revision = '0001_initialise_data'
|
down_revision = '0002_add_templates'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|||||||
Reference in New Issue
Block a user