lychee/php/database/settings_content.sql
2014-08-29 23:08:18 +02:00

14 lines
333 B
SQL

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