46f520e1fe
Lychee will automatically create medium-sized photos when the photo ist big enough and Imagick installed and activated. It's no longer possible to deactivate it.
16 lines
406 B
SQL
16 lines
406 B
SQL
# Content of table lychee_settings
|
|
# ------------------------------------------------------------
|
|
|
|
INSERT INTO `?` (`key`, `value`)
|
|
VALUES
|
|
('version',''),
|
|
('username',''),
|
|
('password',''),
|
|
('checkForUpdates','1'),
|
|
('sortingPhotos','ORDER BY id DESC'),
|
|
('sortingAlbums','ORDER BY id DESC'),
|
|
('imagick','1'),
|
|
('dropboxKey',''),
|
|
('identifier',''),
|
|
('skipDuplicates','0'),
|
|
('plugins',''); |