Files
geo/server/migrations/20260609113000_add_schedule_enterprise_site_targets.down.sql
T

6 lines
201 B
SQL
Raw Normal View History

ALTER TABLE schedule_tasks
DROP CONSTRAINT IF EXISTS chk_schedule_tasks_publish_enterprise_site_targets_json;
ALTER TABLE schedule_tasks
DROP COLUMN IF EXISTS publish_enterprise_site_targets;