summaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema.sql b/schema.sql
index ef11886..7587578 100644
--- a/schema.sql
+++ b/schema.sql
@@ -114,7 +114,7 @@ CREATE TABLE objects (
'pad',
'stage',
'issue',
- 'message',
+ 'mesg',
'log'
) NOT NULL,
@@ -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)
);