mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
4 lines
133 B
SQL
4 lines
133 B
SQL
-- Add down migration script here
|
|
DROP VIEW IF EXISTS completed_job;
|
|
ALTER TABLE IF EXISTS v2_job_completed RENAME TO completed_job;
|