lychee/php/database/settings_content.sql
Tobias Reich 46f520e1fe Removed medium option
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.
2016-02-14 14:09:49 +01:00

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','');