mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-27 04:52:07 -05:00
Move data back before dropping the column for downgrade
This commit is contained in:
@@ -23,5 +23,6 @@ def upgrade():
|
||||
|
||||
def downgrade():
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
op.execute('UPDATE email_branding SET name = text')
|
||||
op.drop_column('email_branding', 'text')
|
||||
# ### end Alembic commands ###
|
||||
|
||||
Reference in New Issue
Block a user