lychee/php/database/settings_content.sql
2016-01-24 22:15:04 +01:00

18 lines
449 B
SQL

# Content of table lychee_settings
# ------------------------------------------------------------
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','');