lychee/php/database/settings_content.sql
2015-06-28 17:29:03 +02:00

19 lines
463 B
SQL

# Content of table lychee_settings
# Version 2.5
# ------------------------------------------------------------
INSERT INTO `?` (`key`, `value`)
VALUES
('version',''),
('username',''),
('password',''),
('thumbQuality','90'),
('checkForUpdates','1'),
('sortingPhotos','ORDER BY id DESC'),
('sortingAlbums','ORDER BY id DESC'),
('medium','1'),
('imagick','1'),
('dropboxKey',''),
('identifier',''),
('skipDuplicates','0'),
('plugins','');