mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Ad id_os cluster to tconfig_os - #2001
This commit is contained in:
parent
3af4397f7f
commit
beac30513d
@ -9,5 +9,7 @@ START TRANSACTION;
|
|||||||
PREPARE pr_oum720 FROM @st_oum720;
|
PREPARE pr_oum720 FROM @st_oum720;
|
||||||
EXECUTE pr_oum720;
|
EXECUTE pr_oum720;
|
||||||
DEALLOCATE PREPARE pr_oum720;
|
DEALLOCATE PREPARE pr_oum720;
|
||||||
|
|
||||||
|
INSERT INTO `tconfig_os` (`id_os`, `name`, `description`, `icon_name`) VALUES (21, 'Cluster', 'Cluster agent', 'so_cluster.png');
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user