There are no queries where these are in a WHERE clause; change them to TEXT fields in the post/page tables, and store them as JSON. This will save extra queries and JOINs.
There are no queries where these are in a `WHERE` clause; change them to TEXT fields in the post/page tables, and store them as JSON. This will save extra queries and `JOIN`s.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
There are no queries where these are in a
WHEREclause; change them to TEXT fields in the post/page tables, and store them as JSON. This will save extra queries andJOINs.This has been completed, and will be part of v2-rc2