Skip to content

Commit bc713be

Browse files
author
Marius Burkard
committed
Update upd_0089.sql - we do not allow merges into upd_xxx files.
1 parent fa5f136 commit bc713be

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
-- add new proxy_protocol column
2-
ALTER TABLE `web_domain`
3-
ADD COLUMN `proxy_protocol` ENUM('n','y') NOT NULL DEFAULT 'y' AFTER `log_retention`;
4-
5-
-- Update old entrys
6-
UPDATE `web_domain` SET `proxy_protocol` = 'y';

0 commit comments

Comments
 (0)