Skip to content

Commit c100d85

Browse files
author
Marius Burkard
committed
Update upd_dev_collection.sql
1 parent c97f831 commit c100d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-- add new proxy_protocol column
22
ALTER TABLE `web_domain`
3-
ADD COLUMN `proxy_protocol` ENUM('n','y') NOT NULL DEFAULT 'y' AFTER `log_retention`;
3+
ADD COLUMN `proxy_protocol` ENUM('n','y') NOT NULL DEFAULT 'n' AFTER `log_retention`;

0 commit comments

Comments
 (0)