aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
authoradam <adam@>2021-02-12 13:24:33 +0200
committeradam <adam@>2021-02-12 13:24:33 +0200
commit077cab20146bf7cb26c330465fbd56cc0e0ddada (patch)
treecf686f7f1829b4da77f32cb5031fec16504efca4 /sql
parent527301b44e44e994c89ba4db47a49e37eaef4d1b (diff)
downloadfileup-077cab20146bf7cb26c330465fbd56cc0e0ddada.tar.gz
asdf
Diffstat (limited to 'sql')
-rw-r--r--sql/fileshare.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/fileshare.sql b/sql/fileshare.sql
index 4cd748a..ed48696 100644
--- a/sql/fileshare.sql
+++ b/sql/fileshare.sql
@@ -1,3 +1,12 @@
+/*BEWARE!*/
+drop table if exists nodes;
+drop table if exists users;
+drop table if exists node_access;
+drop table if exists node_links;
+
+
+
+
create table nodes (
node_id int not null auto_increment,
is_directory boolean default false,