Skip to content

Commit f31b004

Browse files
author
thom
committed
Resolve merge conflict for 1033
1 parent 07301fc commit f31b004

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/sql/incremental/upd_dev_collection.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ ALTER TABLE `dns_rr` CHANGE `type` `type` ENUM('A','AAAA','ALIAS','CNAME','DNAME
3838

3939
-- remove SPDY option
4040
ALTER TABLE `web_domain` DROP COLUMN `enable_spdy`;
41+
42+
-- was missing in incremental, inserted for fixing older installations
43+
ALTER TABLE `web_domain` ADD `folder_directive_snippets` TEXT NULL AFTER `https_port`;

0 commit comments

Comments
 (0)