From 9b7ae31344eed5a166435ee23af77fc2ec106e06 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Tue, 9 Oct 2018 16:09:44 +0200 Subject: [PATCH] MR change --- pandora_console/extras/mr/21.sql | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pandora_console/extras/mr/21.sql b/pandora_console/extras/mr/21.sql index 4a2bbc1b59..5736ef86fb 100644 --- a/pandora_console/extras/mr/21.sql +++ b/pandora_console/extras/mr/21.sql @@ -3,4 +3,11 @@ START TRANSACTION; ALTER TABLE tlayout_data ADD COLUMN `show_last_value` tinyint(1) UNSIGNED NULL default '0'; ALTER TABLE tlayout MODIFY `name` varchar(600) NOT NULL; +ALTER TABLE tmetaconsole_setup + ADD COLUMN `meta_dbuser` text, + ADD COLUMN `meta_dbpass` text, + ADD COLUMN `meta_dbhost` text, + ADD COLUMN `meta_dbport` text, + ADD COLUMN `meta_dbname` text; + COMMIT;