mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch '1403-Db-changes-for-clocks-in-visual-console-MR' into 'develop'
MR 12 changes for animation clock ticket - #1403 See merge request artica/pandorafms!1274
This commit is contained in:
commit
6194f84f13
@ -2,4 +2,8 @@ START TRANSACTION;
|
||||
|
||||
ALTER TABLE tcontainer_item ADD COLUMN type_graph tinyint(1) unsigned default '0';
|
||||
|
||||
ALTER TABLE tlayout_data ADD COLUMN `clock_animation` varchar(60) NOT NULL default "analogic_1";
|
||||
ALTER TABLE tlayout_data ADD COLUMN `time_format` varchar(60) NOT NULL default "time";
|
||||
ALTER TABLE tlayout_data ADD COLUMN `timezone` varchar(60) NOT NULL default "Europe/Madrid";
|
||||
|
||||
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user