mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-26 12:18:49 +02:00
9 lines
428 B
SQL
9 lines
428 B
SQL
START TRANSACTION;
|
|
|
|
INSERT INTO `tconfig` (`token`, `value`) VALUES ('custom_docs_logo', 'default_docs.png');
|
|
INSERT INTO `tconfig` (`token`, `value`) VALUES ('custom_support_logo', 'default_support.png');
|
|
INSERT INTO `tconfig` (`token`, `value`) VALUES ('custom_logo_white_bg_preview', 'pandora_logo_head_white_bg.png');
|
|
|
|
UPDATE talert_actions SET name='Monitoring Event' WHERE name='Pandora FMS Event';
|
|
|
|
COMMIT; |