Skip to content

Commit caef217

Browse files
author
Till Brehm
committed
Update upd_dev_collection.sql
1 parent 1466839 commit caef217

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install/sql/incremental/upd_dev_collection.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ ALTER TABLE `spamfilter_users` ALTER `policy_id` SET DEFAULT 0;
44
-- mail_forwarding.source must be unique
55
ALTER TABLE `mail_forwarding` DROP KEY `server_id`;
66
ALTER TABLE `mail_forwarding` ADD UNIQUE KEY `server_id` (`server_id`, `source`);
7+
8+
-- Purge apps & addons installer (#5795) - second time due to syntax error in 0093
9+
DROP TABLE IF EXISTS `software_package`;
10+
DROP TABLE IF EXISTS `software_repo`;
11+
DROP TABLE IF EXISTS `software_update`;
12+
DROP TABLE IF EXISTS `software_update_inst`;

0 commit comments

Comments
 (0)