diff options
author | Malf Furious <m@lfurio.us> | 2016-02-07 15:31:01 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-02-07 15:31:01 -0500 |
commit | 3fc1102bccbcbc32b0d4cb026a9250796c384bd6 (patch) | |
tree | 917a3a835200ba37b07159a7770310100f0cba02 /schema.sql | |
parent | f7e765480572920ba396a747f0294c75ab813202 (diff) | |
download | scrott-3fc1102bccbcbc32b0d4cb026a9250796c384bd6.tar.gz scrott-3fc1102bccbcbc32b0d4cb026a9250796c384bd6.zip |
Fix typeo from 89341dc13fd30bed744e052aa5f82deb4d4a5b93
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ CREATE TABLE `object` ( 'stage', 'issue', 'message', - 'log', + 'log' ) NOT NULL, PRIMARY KEY (`guid`) ); |