mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
6 lines
113 B
SQL
6 lines
113 B
SQL
ALTER TABLE v2_job_queue
|
|
DROP COLUMN cache_ignore_s3_path;
|
|
|
|
ALTER TABLE script
|
|
DROP COLUMN cache_ignore_s3_path;
|