vault backup: 2026-02-12 16:31:31

This commit is contained in:
wubaoyong
2026-02-12 16:31:31 +08:00
parent 253d1612c1
commit 92275b6cb1
12 changed files with 91 additions and 165 deletions

5
sql.md
View File

@@ -115,4 +115,9 @@ WHERE ai.deleted_at IS NULL AND a.deleted_at IS NULL
GROUP BY ai.phone
HAVING COUNT(aia.agent_id) > 1;
```
```sql
alter table webhook
add workec_id json comment 'workec配置' default '{}' after push_platform;
```