From 02a12eda1385c178e0f06a8cf0ee72cfcd7282e0 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sat, 16 Jan 2021 10:50:49 +0100 Subject: [PATCH] add missing field 'include_default_vhostconf' to settings table for new installations Signed-off-by: Michael Kaufmann --- install/froxlor.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/froxlor.sql b/install/froxlor.sql index 9426e3e6..0655eebd 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -672,6 +672,7 @@ opcache.interned_strings_buffer'), ('system', 'apply_specialsettings_default', '1'), ('system', 'apply_phpconfigs_default', '1'), ('system', 'hide_incompatible_settings', '0'), + ('system', 'include_default_vhostconf', '0'), ('api', 'enabled', '0'), ('2fa', 'enabled', '1'), ('panel', 'decimal_places', '4'),