aboutsummaryrefslogtreecommitdiffstats
path: root/sql/fileshare.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/fileshare.sql')
-rw-r--r--sql/fileshare.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/fileshare.sql b/sql/fileshare.sql
index 247a21e..4cd748a 100644
--- a/sql/fileshare.sql
+++ b/sql/fileshare.sql
@@ -5,7 +5,7 @@ create table nodes (
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",
+ code varchar(100) not null default "error",
primary key (node_id)
);