diff options
author | Malf Furious <m@lfurio.us> | 2017-06-04 00:55:30 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-06-04 00:55:30 -0400 |
commit | 8a953ee675016cce21a36f04bad0312f3d0b3834 (patch) | |
tree | 948537d004e966b50607ea81790690bf54ef61ce /schema.sql | |
parent | 767f0b5559472828c09be7de50c80f017cc0540a (diff) | |
download | scrott-8a953ee675016cce21a36f04bad0312f3d0b3834.tar.gz scrott-8a953ee675016cce21a36f04bad0312f3d0b3834.zip |
schema.sql: Rename objtype for messages
Renamed from 'message' to 'mesg', for consistency with other naming
conventions.
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ CREATE TABLE objects ( 'pad', 'stage', 'issue', - 'message', + 'mesg', 'log' ) NOT NULL, |