mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
3 lines
153 B
SQL
3 lines
153 B
SQL
-- Add up migration script here
|
|
ALTER TABLE script ADD COLUMN visible_to_runner_only BOOLEAN;
|
|
ALTER TABLE flow ADD COLUMN visible_to_runner_only BOOLEAN; |