diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-06-20 09:50:19 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-06-21 12:25:52 +0200 |
commit | 97f041de8cb593d46ccb15141d92e1984d9847d1 (patch) | |
tree | 4826a72780bbd7546a20590e0b6e9ecbb81572f0 /schema.sql | |
parent | 28dbcd115dc23d920bf30de512a63efed8eeb58f (diff) | |
download | server-97f041de8cb593d46ccb15141d92e1984d9847d1.tar.gz |
Some more mobile friendly layout tuning.
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -180,12 +180,12 @@ create view thread_view as author.name as author_name, ( select - count(*) - 1 + count(*) from posts where posts.thread_id = threads.thread_id - ) as replies, + ) as count, ( select max(posts.mtime) |