pandorafms/pandora_console/extras/mr/63.sql

6 lines
228 B
SQL

START TRANSACTION;
INSERT INTO `treport_custom_sql` (`name`, `sql`) VALUES ('Agent safe mode not enable', 'select alias from tagente where safe_mode_module = 0');
COMMIT;