New upstream version 3.5.0
This commit is contained in:
21
install/sql/update_341_350.sql
Normal file
21
install/sql/update_341_350.sql
Normal file
@@ -0,0 +1,21 @@
|
||||
--
|
||||
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||||
--
|
||||
-- NagiosQL
|
||||
--
|
||||
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||||
--
|
||||
-- (c) 2005-2023 by Martin Willisegger
|
||||
--
|
||||
-- Project : NagiosQL
|
||||
-- Component : Update from NagiosQL 3.4.1 to NagiosQL 3.5.0
|
||||
-- Website : https://sourceforge.net/projects/nagiosql/
|
||||
-- Version : 3.5.0
|
||||
-- GIT Repo : https://gitlab.com/wizonet/NagiosQL
|
||||
--
|
||||
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||||
--
|
||||
-- Modify existing tbl_settings
|
||||
--
|
||||
UPDATE `tbl_settings` SET `value` = '3.5.0' WHERE `tbl_settings`.`name` = 'version' LIMIT 1;
|
||||
INSERT INTO `tbl_settings` (`id`, `category`, `name`, `value`) VALUES (NULL, 'install', 'hash', SHA2(UUID(),256));
|
||||
Reference in New Issue
Block a user