diff options
author | Malf Furious <m@lfurio.us> | 2017-06-04 22:28:09 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-06-04 22:28:09 -0400 |
commit | 2376aabe74528b018189982224d61a643325b114 (patch) | |
tree | 3aa16bc3dd40b1a7dd1a1f524d71a6c16055e716 /schema.sql | |
parent | 6b69e5a8f85ebdf92b84e3330bea306d4a90a115 (diff) | |
parent | a8e79321426b1436f46ba5b7c5dee390c94bdb8b (diff) | |
download | scrott-2376aabe74528b018189982224d61a643325b114.tar.gz scrott-2376aabe74528b018189982224d61a643325b114.zip |
Merge branch 'feature/mesgs' into dev
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) ); |