settings_content.sql 406 B

12345678910111213141516
  1. # Content of table lychee_settings
  2. # ------------------------------------------------------------
  3. INSERT INTO `?` (`key`, `value`)
  4. VALUES
  5. ('version',''),
  6. ('username',''),
  7. ('password',''),
  8. ('checkForUpdates','1'),
  9. ('sortingPhotos','ORDER BY id DESC'),
  10. ('sortingAlbums','ORDER BY id DESC'),
  11. ('imagick','1'),
  12. ('dropboxKey',''),
  13. ('identifier',''),
  14. ('skipDuplicates','0'),
  15. ('plugins','');