Skip to content

Commit 78b85af

Browse files
author
Marius Burkard
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent dc98d05 commit 78b85af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/incremental/upd_dev_collection.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ALTER TABLE `spamfilter_users` ALTER `policy_id` SET DEFAULT 0;
77

88
-- mail_forwarding.source must be unique
99
ALTER TABLE `mail_forwarding` DROP KEY `server_id`;
10-
ALTER TABLE `mail_forwarding` ADD UNIQUE KEY `server_id` (`server_id`, `source`);
10+
ALTER TABLE `mail_forwarding` ADD KEY `server_id` (`server_id`, `source`);
1111

1212
-- Purge apps & addons installer (#5795) - second time due to syntax error in 0093
1313
DROP TABLE IF EXISTS `software_package`;

0 commit comments

Comments
 (0)