diff --git a/migrations/versions/0209_email_branding_update.py b/migrations/versions/0209_email_branding_update.py index 121989139..a28f70f63 100644 --- a/migrations/versions/0209_email_branding_update.py +++ b/migrations/versions/0209_email_branding_update.py @@ -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 ###