mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
4 lines
150 B
SQL
4 lines
150 B
SQL
-- Add down migration script here
|
|
ALTER TABLE workspace_invite DROP COLUMN operator;
|
|
ALTER TABLE workspace_settings DROP COLUMN auto_invite_operator;
|