mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
6 lines
153 B
SQL
6 lines
153 B
SQL
ALTER TABLE script
|
|
ADD COLUMN cache_ignore_s3_path BOOLEAN DEFAULT NULL;
|
|
|
|
ALTER TABLE v2_job_queue
|
|
ADD COLUMN cache_ignore_s3_path BOOLEAN DEFAULT NULL;
|