chore: 清理敏感与开发文档,仅同步代码
- 永久忽略并从仓库移除 开发文档/ - 移除并忽略 .env 与小程序私有配置 - 同步小程序/管理端/API与脚本改动 Made-with: Cursor
This commit is contained in:
6
soul-api/scripts/add-persons-ckb-api-key.sql
Normal file
6
soul-api/scripts/add-persons-ckb-api-key.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- persons 表新增 ckb_api_key 字段
|
||||
-- 作用:存储该 @人物 在存客宝的接入密钥,点击加好友时用该 Key 推线索;留空则 fallback 全局 CKB_LEAD_API_KEY
|
||||
-- 执行:mysql -u user -p db < soul-api/scripts/add-persons-ckb-api-key.sql
|
||||
|
||||
ALTER TABLE persons
|
||||
ADD COLUMN ckb_api_key VARCHAR(100) NOT NULL DEFAULT '' AFTER label;
|
||||
Reference in New Issue
Block a user