add missing field 'include_default_vhostconf' to settings table for new installations

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2021-01-16 10:50:49 +01:00
parent a31da97d66
commit 02a12eda13

View File

@@ -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'),