diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/.fileshare.sql.swp | bin | 0 -> 12288 bytes | |||
-rw-r--r-- | sql/fileshare.sql | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/.fileshare.sql.swp b/sql/.fileshare.sql.swp Binary files differnew file mode 100644 index 0000000..504ee7e --- /dev/null +++ b/sql/.fileshare.sql.swp 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) ); |