mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
2 lines
109 B
SQL
2 lines
109 B
SQL
-- Add up migration script here
|
|
ALTER TABLE log_file ADD COLUMN IF NOT EXISTS json_fmt boolean DEFAULT false; |