diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-05-24 13:30:11 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-05-24 13:30:11 -0400 |
commit | c1c4c03d394e8701cfd4640d8571afacc83d2ba2 (patch) | |
tree | 0090f2fbc06dd3950919565057c4c57dd2aba222 /src/guff.cr | |
parent | bca20f7c94e74f0d7666700829d50efbf70d129c (diff) | |
download | guff-c1c4c03d394e8701cfd4640d8571afacc83d2ba2.tar.bz2 guff-c1c4c03d394e8701cfd4640d8571afacc83d2ba2.zip |
enable post list
Diffstat (limited to 'src/guff.cr')
-rw-r--r-- | src/guff.cr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guff.cr b/src/guff.cr index 6367671..04708ed 100644 --- a/src/guff.cr +++ b/src/guff.cr @@ -291,6 +291,7 @@ module Guff a.posted_at, a.expires_at, a.slug, + a.slug_lock, a.name, (CASE WHEN c.post_id IS NOT NULL THEN |