mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-13 16:52:23 -05:00
Bump migration version
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Revision ID: 0260_service_volumes
|
Revision ID: 0261_service_volumes
|
||||||
Revises: 0259_remove_service_postage
|
Revises: 0260_remove_dvla_organisation
|
||||||
Create Date: 2019-02-13 13:45:00.782500
|
Create Date: 2019-02-13 13:45:00.782500
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@@ -10,8 +10,8 @@ from itertools import product
|
|||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|
||||||
|
|
||||||
revision = '0260_service_volumes'
|
revision = '0261_service_volumes'
|
||||||
down_revision = '0259_remove_service_postage'
|
down_revision = '0260_remove_dvla_organisation'
|
||||||
|
|
||||||
|
|
||||||
TABLES = ['services', 'services_history']
|
TABLES = ['services', 'services_history']
|
||||||
Reference in New Issue
Block a user