mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
4 lines
129 B
SQL
4 lines
129 B
SQL
-- Add up migration script here
|
|
ALTER TABLE script ADD COLUMN cache_ttl INTEGER;
|
|
ALTER TABLE queue ADD COLUMN cache_ttl INTEGER;
|