settings_content.sql 333 B

1234567891011121314
  1. # Content of table lychee_settings
  2. # Version 2.5
  3. # ------------------------------------------------------------
  4. INSERT INTO `?` (`key`, `value`)
  5. VALUES
  6. ('version',''),
  7. ('username',''),
  8. ('password',''),
  9. ('thumbQuality','90'),
  10. ('checkForUpdates','1'),
  11. ('sorting','ORDER BY id DESC'),
  12. ('dropboxKey',''),
  13. ('plugins','');