~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to install/database/72.sql

  • Committer: Dan Garner
  • Date: 2015-08-11 09:29:02 UTC
  • mto: This revision was merged to the branch mainline in revision 453.
  • Revision ID: git-v1:a86fb4369b7395c13367577d23b14c0ab4528c1a
Transitions fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
ALTER TABLE `schedule_detail` ADD INDEX ( `FromDT` , `ToDT` ) ;
 
3
 
 
4
UPDATE `version` SET `app_ver` = '1.6.4', `XmdsVersion` = 3;
 
5
UPDATE `setting` SET `value` = 0 WHERE `setting` = 'PHONE_HOME_DATE';
 
6
UPDATE `version` SET `DBVersion` = '72';