summaryrefslogtreecommitdiff
path: root/www/setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/setup.php')
-rwxr-xr-xwww/setup.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/setup.php b/www/setup.php
index 28e896b..423e0f1 100755
--- a/www/setup.php
+++ b/www/setup.php
@@ -27,6 +27,7 @@ if($bool){
}
if($db->exec("
BEGIN TRANSACTION;
+ DROP TRIGGER delete_files;
PRAGMA writable_schema = 1;
DELETE FROM sqlite_master WHERE type = 'table';
PRAGMA writable_schema = 0;