You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lychee/php/database/settings_content.sql

16 lines
406 B

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