2014-04-05 16:30:24 +00:00
|
|
|
# Content of table lychee_settings
|
|
|
|
# ------------------------------------------------------------
|
|
|
|
|
2014-08-29 21:08:18 +00:00
|
|
|
INSERT INTO `?` (`key`, `value`)
|
2014-04-05 16:30:24 +00:00
|
|
|
VALUES
|
|
|
|
('version',''),
|
|
|
|
('username',''),
|
|
|
|
('password',''),
|
|
|
|
('checkForUpdates','1'),
|
2015-05-14 15:47:17 +00:00
|
|
|
('sortingPhotos','ORDER BY id DESC'),
|
|
|
|
('sortingAlbums','ORDER BY id DESC'),
|
|
|
|
('imagick','1'),
|
2014-04-05 16:30:24 +00:00
|
|
|
('dropboxKey',''),
|
2015-05-14 19:34:25 +00:00
|
|
|
('identifier',''),
|
2015-06-28 15:29:03 +00:00
|
|
|
('skipDuplicates','0'),
|
2014-04-05 16:30:24 +00:00
|
|
|
('plugins','');
|