Files
yunzerwebsiteallinone/sql/alter_contact_rename_to_global.sql
T
2026-08-28 13:06:54 +08:00

6 lines
313 B
SQL
Raw 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.
-- 通讯录表全局化:从 ERP 模块独立为全局基础功能,表名去掉 erp 前缀
-- 对应模型:go/models/contact.go(BackendErpContact)
-- RENAME 会保留全部数据与索引,对存量环境执行本脚本即可完成迁移
RENAME TABLE `yz_backend_erp_contact` TO `yz_backend_contact`;