about summary refs log tree commit diff
path: root/db/migrate/20191031163205_change_list_account_follow_nullable.rb
AgeCommit message (Collapse)Author
2020-01-11Fix old migrations failing because of strong_migrations update (#12787)ThibG
Fixes #12768 Some migrations were overlooked in #12692
2019-11-04Add abilityto add oneself to lists (#12271)ThibG
* Add ability to add oneself to lists * Change search results to include oneself when searching through followers * Mark follow relation as optional in ListAccount