diff options
Diffstat (limited to 'sql/fileshare.sql')
-rw-r--r-- | sql/fileshare.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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) ); |