about summary refs log tree commit diff
path: root/db/migrate/20171118012443_add_moved_to_account_id_to_accounts.rb
AgeCommit message (Collapse)Author
2023-03-27Update strong-migrations-enabled migrations from 5.0 and 5.1 to 5.2 (#24275)Claire
2019-05-30Fix old migrations failing because of new version of `strong_migrations` ↵ThibG
(#10904)
2017-11-18Profile redirect notes (#5746)Eugen Rochko
* Serialize moved accounts into REST and ActivityPub APIs * Parse federated moved accounts from ActivityPub * Add note about moved accounts to public profiles * Add moved account message to web UI * Fix code style issues