Skip to content

Commit c97f831

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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`;

0 commit comments

Comments
 (0)