summaryrefslogtreecommitdiff
path: root/priv/repo/migrations/20170620095947_remove_activities_index.exs
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2019-10-08Enable `mix format` for migrationsrinpatch
2019-07-01[#1033] Fix database migrationsMaksim
2017-06-20Drop 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.