Merge branch '2001-Añadir-campo-id_os-a-la-tabla-tconfig_os' into 'develop'
Ad id_os cluster to tconfig_os - #2001 See merge request artica/pandorafms!1336
This commit is contained in:
commit
f0b8261dfe
|
@ -9,5 +9,7 @@ START TRANSACTION;
|
|||
PREPARE pr_oum720 FROM @st_oum720;
|
||||
EXECUTE 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;
|
Loading…
Reference in New Issue