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