Добавлены таблицы maintenance_policy и maintenance_policy_config_audit для postgres и sqlite; в postgres_maintenance_audit — колонка policy_id. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
159 B
SQL
6 lines
159 B
SQL
ALTER TABLE postgres_maintenance_audit DROP COLUMN policy_id;
|
|
|
|
DROP TABLE IF EXISTS maintenance_policy_config_audit;
|
|
|
|
DROP TABLE IF EXISTS maintenance_policy;
|