Skip to content

v1.5.0 - Status logs fixes

Choose a tag to compare

@dpgover dpgover released this 29 Jun 12:01
· 21 commits to master since this release

Status logs are now stored as jsonb. This allows the use of specific json functions with better performances and, for example, the use of "distinct" on tables with a jsonb column (json columns do not allow that)