mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
5 lines
155 B
SQL
5 lines
155 B
SQL
-- Add up migration script here
|
|
ALTER TABLE job_logs ADD COLUMN log_offset int NOT NULL DEFAULT 0;
|
|
ALTER TABLE job_logs ADD COLUMN log_file_index text[];
|
|
|