about summary refs log tree commit diff
path: root/streaming
diff options
context:
space:
mode:
authorKeiji, Yoshimi <walf443@gmail.com>2017-04-17 11:23:13 +0900
committerEugen <eugen@zeonfederated.com>2017-04-17 04:23:13 +0200
commit7a5086729affa01f44eda3ad72da147abb4377c5 (patch)
tree35ac763788c811168eff6c2680db77f4307c1a81 /streaming
parent5e94643058e3bc07fc1eddb46d678c32de88b284 (diff)
reduce unneed query when post without attachements. (#1907)
* reduce unneed query when post without attachements.

This commit reduce following query:

```
 MediaAttachment Load (0.9ms)  SELECT "media_attachments".* FROM "media_attachments" WHERE "media_attachments"."status
_id" IS NULL AND 1=0 ORDER BY id asc
```

* fixed for more simple changes.
Diffstat (limited to 'streaming')
0 files changed, 0 insertions, 0 deletions