diff options
author | adam <adam@> | 2021-02-12 12:38:09 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-12 12:38:09 +0200 |
commit | ed66392fc694ffb10b59a22b9305c7334d13a67f (patch) | |
tree | 61ae21764fae86c28ac6f3a172df6904c6fce0ae /sql/fileshare.sql | |
parent | 9102b9017d978be8c119a3ac8e79c661f2dad6b1 (diff) | |
download | fileup-ed66392fc694ffb10b59a22b9305c7334d13a67f.tar.gz |
upload prototype. needs to be checked
Diffstat (limited to 'sql/fileshare.sql')
-rw-r--r-- | sql/fileshare.sql | 2 |
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) ); |