mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
# Conflicts: # pandora_console/extras/mr/31.sql # pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql
12 lines
440 B
SQL
12 lines
440 B
SQL
START TRANSACTION;
|
|
|
|
UPDATE `tconfig` SET `value` = 'mini_severity,evento,id_agente,estado,timestamp' WHERE `token` LIKE 'event_fields';
|
|
|
|
DELETE FROM `talert_commands` WHERE `id` = 11;
|
|
|
|
DELETE FROM `tconfig` WHERE `token` LIKE 'integria_enabled';
|
|
DELETE FROM `tconfig` WHERE `token` LIKE 'integria_api_password';
|
|
DELETE FROM `tconfig` WHERE `token` LIKE 'integria_inventory';
|
|
DELETE FROM `tconfig` WHERE `token` LIKE 'integria_url';
|
|
|
|
COMMIT; |