diff options
Diffstat (limited to '')
| -rw-r--r-- | schema.sql | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ CREATE TABLE mesgs (      guid        varchar(8)          NOT NULL,      author      varchar(8)          NOT NULL,      mesg        text                NOT NULL    DEFAULT '', -    attachment  varchar(64)         NOT NULL, +    attachment  varchar(64)         NOT NULL    DEFAULT '',      PRIMARY KEY (guid)  );  | 
