settings_content.sql 416 B

1234567891011121314151617
  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. ('plugins','');