aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/.fileshare.sql.swpbin0 -> 12288 bytes
-rw-r--r--sql/fileshare.sql2
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/.fileshare.sql.swp b/sql/.fileshare.sql.swp
new file mode 100644
index 0000000..504ee7e
--- /dev/null
+++ b/sql/.fileshare.sql.swp
Binary files differ
diff --git a/sql/fileshare.sql b/sql/fileshare.sql
index 5740a48..247a21e 100644
--- a/sql/fileshare.sql
+++ b/sql/fileshare.sql
@@ -4,6 +4,8 @@ create table nodes (
relative_path varchar(500) not null,
type varchar(20) not null default 'data',
name varchar(100) not null default 'no name',
+ note varchar(200) not null default "",
+ code char(30) not null default "error",
primary key (node_id)
);