lychee/php/database/settings_content.sql

16 lines
406 B
MySQL
Raw Normal View History

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