diff --git a/pandora_console/extras/mr/55.sql b/pandora_console/extras/mr/55.sql index 4242ba8762..687678c22b 100644 --- a/pandora_console/extras/mr/55.sql +++ b/pandora_console/extras/mr/55.sql @@ -60,6 +60,8 @@ DELETE FROM `tconfig` WHERE `token` LIKE 'replication_limit'; DELETE FROM `tconfig` WHERE `token` LIKE 'replication_mode'; DELETE FROM `tconfig` WHERE `token` LIKE 'show_events_in_local'; +UPDATE tconfig SET value='' WHERE token='lts_name'; + SET @st_oum763 = (SELECT IF( (SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS WHERE table_name = 'tautoconfig' AND table_schema = DATABASE() AND column_name = 'disabled') > 0, "SELECT 1", diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 3c2133cb27..b21d59f6be 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -143,7 +143,7 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES ('gotty', '/usr/bin/gotty'), ('custom_module_units', '{"bytes":"bytes","entries":"entries","files":"files","hits":"hits","sessions":"sessions","users":"users","ºC":"ºC","ºF":"ºF"}'), ('server_unique_identifier', replace(uuid(),'-','')), -('lts_name', 'Akira'); +('lts_name', ''); UNLOCK TABLES; --