You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/sql/incremental/upd_dev_collection.sql
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,6 @@ UPDATE `mail_user` set `disabledoveadm` = 'n';
29
29
30
30
-- add disablequota-status for quota-status policy daemon
31
31
ALTERTABLE`mail_user` ADD `disablequota-status` ENUM('n','y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'n' AFTER `disabledoveadm`;
32
+
33
+
-- add disableindexer-worker for solr search
34
+
ALTERTABLE`mail_user` ADD `disableindexer-worker` ENUM('n','y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'n' AFTER `disablequota-status`;
0 commit comments