aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
authoradam <adam@>2021-02-13 22:39:18 +0200
committeradam <adam@>2021-02-13 22:39:18 +0200
commit35780edd463c989f344be1c54144dd77e0127311 (patch)
tree2d9b07d30e51c49334087eeab0ae9e2f21cd2e3e /sql
parentdddaa125c047f3b0401dec885b3d65ce21d7c483 (diff)
downloadfileup-35780edd463c989f344be1c54144dd77e0127311.tar.gz
fixed stuff
Diffstat (limited to 'sql')
-rw-r--r--sql/fileshare.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/fileshare.sql b/sql/fileshare.sql
index 2c6d09b..8bf6fdf 100644
--- a/sql/fileshare.sql
+++ b/sql/fileshare.sql
@@ -4,6 +4,7 @@ drop table if exists users;
drop table if exists node_links;
drop table if exists trash;
drop table if exists super_trash;
+drop table if exists shared_nodes;
drop table if exists nodes;