summaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/schema.sql b/schema.sql
index 9b50f7a..ef11886 100644
--- a/schema.sql
+++ b/schema.sql
@@ -196,8 +196,7 @@ CREATE TABLE mesgs (
guid varchar(8) NOT NULL,
author varchar(8) NOT NULL,
mesg text NOT NULL DEFAULT '',
- attachName varchar(64) NOT NULL DEFAULT '',
- attachMime varchar(64) NOT NULL DEFAULT '',
+ attachment varchar(64) NOT NULL,
PRIMARY KEY (guid)
);