Files
geo/server/migrations_ops/20260520120000_create_scheduler_control_tables.down.sql
root 98f73c5bea feat(objectstorage): add Aliyun OSS support and auto-detect provider in deploy workflows
Introduces Aliyun OSS as an alternative to MinIO; deploy scripts and CI
workflows now read object_storage.provider from config and conditionally
include or skip MinIO resources in both Docker Compose and k3s paths.
Also adds ops scheduler domain and its migration tables.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-20 10:25:02 +08:00

5 lines
181 B
SQL

DROP TABLE IF EXISTS ops.scheduler_job_triggers;
DROP TABLE IF EXISTS ops.scheduler_job_runs;
DROP TABLE IF EXISTS ops.scheduler_instances;
DROP TABLE IF EXISTS ops.scheduler_jobs;