summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2017-06-04 00:55:30 -0400
committerMalf Furious <m@lfurio.us>2017-06-04 00:55:30 -0400
commit8a953ee675016cce21a36f04bad0312f3d0b3834 (patch)
tree948537d004e966b50607ea81790690bf54ef61ce
parent767f0b5559472828c09be7de50c80f017cc0540a (diff)
downloadscrott-8a953ee675016cce21a36f04bad0312f3d0b3834.tar.gz
scrott-8a953ee675016cce21a36f04bad0312f3d0b3834.zip
schema.sql: Rename objtype for messages
Renamed from 'message' to 'mesg', for consistency with other naming conventions.
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index ef11886..286634c 100644
--- a/schema.sql
+++ b/schema.sql
@@ -114,7 +114,7 @@ CREATE TABLE objects (
'pad',
'stage',
'issue',
- 'message',
+ 'mesg',
'log'
) NOT NULL,