Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2019-10-08 | Enable `mix format` for migrations | rinpatch | |
2019-07-01 | [#1033] Fix database migrations | Maksim | |
2017-06-20 | Drop the general index on activities. | Roger Braun | |
Indices should be more specific as the general index can lead to slower queries because postgres can't estimate the specificity of jsonb indexes very well. |