From 63fc7c0595e20afda17fa4a56d3576aa98659740 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 22 Sep 2022 14:54:07 +0800 Subject: [PATCH] * Fix bug #27688. --- db/update17.6.1.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 db/update17.6.1.sql diff --git a/db/update17.6.1.sql b/db/update17.6.1.sql new file mode 100644 index 0000000000..fe8f0c1e57 --- /dev/null +++ b/db/update17.6.1.sql @@ -0,0 +1 @@ +UPDATE `zt_workflowlabel` SET `label` = '全部' where `buildin` = 0 AND `role` = 'custom' AND `label` = '所有' AND `action` = 'browse';