4 lines
140 B
SQL
4 lines
140 B
SQL
-- Add down migration script here
|
|
DROP FUNCTION v2_job_status_before_insert() CASCADE;
|
|
DROP FUNCTION v2_job_status_before_update() CASCADE;
|