summaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2016-02-07 15:31:01 -0500
committerMalf Furious <m@lfurio.us>2016-02-07 15:31:01 -0500
commit3fc1102bccbcbc32b0d4cb026a9250796c384bd6 (patch)
tree917a3a835200ba37b07159a7770310100f0cba02 /schema.sql
parentf7e765480572920ba396a747f0294c75ab813202 (diff)
downloadscrott-3fc1102bccbcbc32b0d4cb026a9250796c384bd6.tar.gz
scrott-3fc1102bccbcbc32b0d4cb026a9250796c384bd6.zip
Fix typeo from 89341dc13fd30bed744e052aa5f82deb4d4a5b93
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index e57f6e4..6ee5da0 100644
--- a/schema.sql
+++ b/schema.sql
@@ -60,7 +60,7 @@ CREATE TABLE `object` (
'stage',
'issue',
'message',
- 'log',
+ 'log'
) NOT NULL,
PRIMARY KEY (`guid`)
);