lychee/php/database/settings_content.sql

18 lines
437 B
MySQL
Raw Normal View History

2014-04-05 16:30:24 +00:00
# Content of table lychee_settings
# Version 2.5
# ------------------------------------------------------------
INSERT INTO `?` (`key`, `value`)
2014-04-05 16:30:24 +00:00
VALUES
('version',''),
('username',''),
('password',''),
('thumbQuality','90'),
('checkForUpdates','1'),
('sortingPhotos','ORDER BY id DESC'),
('sortingAlbums','ORDER BY id DESC'),
('medium','1'),
('imagick','1'),
2014-04-05 16:30:24 +00:00
('dropboxKey',''),
('identifier',''),
2014-04-05 16:30:24 +00:00
('plugins','');