summaryrefslogtreecommitdiff
path: root/www/setup.php
diff options
context:
space:
mode:
authorHorus32014-03-18 00:58:25 +0100
committerHorus32014-03-18 00:58:25 +0100
commita01b4b2380cdd06714128583fa4a891c3bb70353 (patch)
treeff858cc4e2b2322f109168567b9cf3363ac9a351 /www/setup.php
parent87e0578c94b37ff545dcdad453afcfdfc9d85fd7 (diff)
downloadfiles.iamfabulous.de-a01b4b2380cdd06714128583fa4a891c3bb70353.tar.gz
Forgot the most important task. Shame on me.
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;