dingdingflow/scripts/migrate_approvers_config.sql

4 lines
173 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- dingdingflow 迁移审批节点链字段2026-08-28
-- 幂等:列已存在时报错可忽略
ALTER TABLE dda_approval_configs ADD COLUMN approvers_config TEXT;