七月迭代短暂完结,还有很多后端的关键东西没有弄,这是一版赶时间做的东西
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m26s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m26s
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- 回滚企微审批恢复时间字段与索引。
|
||||
DROP INDEX IF EXISTS idx_wecom_approval_context_pending_sync;
|
||||
DROP INDEX IF EXISTS idx_wecom_approval_context_unknown_recovery;
|
||||
|
||||
ALTER TABLE tb_wecom_approval_context
|
||||
DROP COLUMN IF EXISTS last_recovery_at,
|
||||
DROP COLUMN IF EXISTS submission_attempted_at;
|
||||
Reference in New Issue
Block a user