mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Fix cluster id_os bug - #2090
This commit is contained in:
parent
972e394a8e
commit
19b566d4c2
7
pandora_console/extras/mr/14.sql
Normal file
7
pandora_console/extras/mr/14.sql
Normal file
@ -0,0 +1,7 @@
|
||||
START TRANSACTION;
|
||||
|
||||
UPDATE `tagente` SET `id_os` = 100 WHERE `id_os` = 21 and (select `id_os` from `tconfig_os` WHERE `id_os` = 21 and `name` = 'Cluster');
|
||||
|
||||
DELETE FROM `tconfig_os` where `id_os` = 21 and `name` = 'Cluster';
|
||||
|
||||
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user