mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
04fbda28e8
* feat: on behalf of * fix * revert mistakke * temp ee ref * renaming + CLI * sqlx * nits + ee ref
4 lines
134 B
SQL
4 lines
134 B
SQL
-- Add down migration script here
|
|
alter table script drop column on_behalf_of_email;
|
|
alter table flow drop column on_behalf_of_email;
|