mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
Fix merge conflict
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Revision ID: 0202_service_data_retention
|
Revision ID: 0204_service_data_retention
|
||||||
Revises: 0201_another_letter_org
|
Revises: 0203_fix_old_incomplete_jobs
|
||||||
Create Date: 2018-07-10 11:22:01.761829
|
Create Date: 2018-07-10 11:22:01.761829
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@@ -9,8 +9,8 @@ from alembic import op
|
|||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
from sqlalchemy.dialects import postgresql
|
from sqlalchemy.dialects import postgresql
|
||||||
|
|
||||||
revision = '0202_service_data_retention'
|
revision = '0204_service_data_retention'
|
||||||
down_revision = '0201_another_letter_org'
|
down_revision = '0203_fix_old_incomplete_jobs'
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
Reference in New Issue
Block a user