mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 04:23:11 -04:00
Update migration file version number for email_branding update
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Revision ID: 0209_email_branding_update
|
Revision ID: 0211_email_branding_update
|
||||||
Revises: 84c3b6eb16b3
|
Revises: 0210_remove_monthly_billing
|
||||||
Create Date: 2018-07-25 16:08:15.713656
|
Create Date: 2018-07-31 18:00:20.457755
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|
||||||
|
|
||||||
revision = '0209_email_branding_update'
|
revision = '0211_email_branding_update'
|
||||||
down_revision = '84c3b6eb16b3'
|
down_revision = '0210_remove_monthly_billing'
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
@@ -20,7 +20,6 @@ def upgrade():
|
|||||||
op.execute('UPDATE email_branding SET name = NULL')
|
op.execute('UPDATE email_branding SET name = NULL')
|
||||||
# ### end Alembic commands ###
|
# ### end Alembic commands ###
|
||||||
|
|
||||||
|
|
||||||
def downgrade():
|
def downgrade():
|
||||||
# ### commands auto generated by Alembic - please adjust! ###
|
# ### commands auto generated by Alembic - please adjust! ###
|
||||||
op.execute('UPDATE email_branding SET name = text')
|
op.execute('UPDATE email_branding SET name = text')
|
||||||
Reference in New Issue
Block a user