~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to install/database/64.sql

  • Committer: Dan Garner
  • Date: 2015-01-15 14:26:07 UTC
  • Revision ID: git-v1:0bf2226a1e1e343100602a625c79b0b71a23593d
Migrated from BZR and moved files to root folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INSERT INTO `setting` (`settingid`, `setting`, `value`, `type`, `helptext`, `options`, `cat`, `userChange`) 
 
2
VALUES (NULL, 'DEFAULT_LAT', '51.504', 'text', 'The Latitude to apply for any Geo aware Previews', NULL, 'general', '1');
 
3
 
 
4
INSERT INTO `setting` (`settingid`, `setting`, `value`, `type`, `helptext`, `options`, `cat`, `userChange`) 
 
5
VALUES (NULL, 'DEFAULT_LONG', '-0.104', 'text', 'The Longitude to apply for any Geo aware Previews', NULL, 'general', '1');
 
6
 
 
7
UPDATE `version` SET `app_ver` = '1.5.1', `XmdsVersion` = 3;
 
8
UPDATE `setting` SET `value` = 0 WHERE `setting` = 'PHONE_HOME_DATE';
 
9
UPDATE `version` SET `DBVersion` = '64';
 
 
b'\\ No newline at end of file'