mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Fix merge conflict
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Revision ID: 0126_remove_unique_constraint
|
Revision ID: 0127_remove_unique_constraint
|
||||||
Revises: 0125_add_organisation_type
|
Revises: 0126_add_annual_billing
|
||||||
Create Date: 2017-10-17 16:47:37.826333
|
Create Date: 2017-10-17 16:47:37.826333
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|
||||||
revision = '0126_remove_unique_constraint'
|
revision = '0127_remove_unique_constraint'
|
||||||
down_revision = '0125_add_organisation_type'
|
down_revision = '0126_add_annual_billing'
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
Reference in New Issue
Block a user