1234567891011121314 |
- # 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','');
|