mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
4 lines
127 B
SQL
4 lines
127 B
SQL
-- Add down migration script here
|
|
ALTER TABLE job_logs DROP COLUMN log_offset
|
|
ALTER TABLE job_logs DROP COLUMN log_file_index;
|