aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/fileshare.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/fileshare.sql b/sql/fileshare.sql
index ed48696..b0f1696 100644
--- a/sql/fileshare.sql
+++ b/sql/fileshare.sql
@@ -1,6 +1,6 @@
/*BEWARE!*/
-drop table if exists nodes;
drop table if exists users;
+drop table if exists nodes;
drop table if exists node_access;
drop table if exists node_links;