~xibo-maintainers/xibo/faye

« back to all changes in this revision

Viewing changes to server/install/database/28.sql

  • Committer: Dan Garner
  • Date: 2011-03-20 19:16:17 UTC
  • mfrom: (194.18.3 xibo-1.2-fix)
  • Revision ID: dan@xibo.org.uk-20110320191617-7ieejeupkhmbu9jw
MergedĀ lp:~alexharrington/xibo/733119

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
ALTER TABLE  `display` ALTER  `MediaInventoryStatus` SET DEFAULT '0';
 
3
 
 
4
/* VERSION UPDATE */
 
5
/* Set the version table, etc */
 
6
UPDATE `version` SET `app_ver` = '1.2.3', `XmdsVersion` = 2;
 
7
UPDATE `setting` SET `value` = 0 WHERE `setting` = 'PHONE_HOME_DATE';
 
8
UPDATE `version` SET `DBVersion` = '28';