Merge branch '2760-sincronizacion-automatica-meta-a-nodos' into 'develop'

MR change

See merge request artica/pandorafms!1845
This commit is contained in:
vgilc 2018-10-09 17:20:34 +02:00
commit 20da7a35c5
1 changed files with 7 additions and 0 deletions

View File

@ -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;