settings_content.sql 437 B

123456789101112131415161718
  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. ('sortingPhotos','ORDER BY id DESC'),
  12. ('sortingAlbums','ORDER BY id DESC'),
  13. ('medium','1'),
  14. ('imagick','1'),
  15. ('dropboxKey',''),
  16. ('identifier',''),
  17. ('plugins','');