From a01b4b2380cdd06714128583fa4a891c3bb70353 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Tue, 18 Mar 2014 00:58:25 +0100 Subject: Forgot the most important task. Shame on me. --- www/setup.php | 1 + 1 file changed, 1 insertion(+) (limited to 'www/setup.php') 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; -- cgit v1.2.3