From e36fd87f5a749a41804f83679499a7d381157196 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 28 Jun 2015 17:29:03 +0200 Subject: [PATCH] Added skipDuplicates to default settings table --- php/database/settings_content.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/php/database/settings_content.sql b/php/database/settings_content.sql index 60d178f..cbcc9d6 100644 --- a/php/database/settings_content.sql +++ b/php/database/settings_content.sql @@ -15,4 +15,5 @@ VALUES ('imagick','1'), ('dropboxKey',''), ('identifier',''), + ('skipDuplicates','0'), ('plugins',''); \ No newline at end of file