Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit eec6517

Browse files
committed
test(upgrade): add a missing value in DB
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 400c7db commit eec6517

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/plugin_flyvemdm_config_2.0.0-rc.1.sql

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ INSERT INTO `glpi_configs` (`id`, `context`, `name`, `value`) VALUES
7373
INSERT INTO `glpi_configs` (`id`, `context`, `name`, `value`) VALUES
7474
(NULL, 'flyvemdm', 'version', '2.0.0-rc.1');
7575

76+
INSERT INTO `glpi_plugins` (`id`, `directory`, `name`, `version`, `state`, `author`, `homepage`, `license`) VALUES
77+
(NULL, 'flyvemdm', 'Flyve Mobile Device Management', '2.0.0-rc.1', '6', '<a href="http://www.teclib.com">Teclib</a>', 'https://flyve-mdm.com/', 'AGPL-3.0-or-later');
78+
7679
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
7780
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
7881
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;

0 commit comments

Comments
 (0)