2014-04-05 16:30:24 +00:00
|
|
|
# Content of table lychee_settings
|
|
|
|
# Version 2.5
|
|
|
|
# ------------------------------------------------------------
|
|
|
|
|
2014-08-29 21:08:18 +00:00
|
|
|
INSERT INTO `?` (`key`, `value`)
|
2014-04-05 16:30:24 +00:00
|
|
|
VALUES
|
|
|
|
('version',''),
|
|
|
|
('username',''),
|
|
|
|
('password',''),
|
|
|
|
('thumbQuality','90'),
|
|
|
|
('checkForUpdates','1'),
|
|
|
|
('sorting','ORDER BY id DESC'),
|
|
|
|
('dropboxKey',''),
|
|
|
|
('plugins','');
|