Ad id_os cluster to tconfig_os - #2001

This commit is contained in:
enriquecd 2018-03-01 16:17:26 +01:00
parent 3af4397f7f
commit beac30513d
1 changed files with 2 additions and 0 deletions

View File

@ -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;