summaryrefslogtreecommitdiff
path: root/priv/repo/migrations/20190414125034_migrate_old_bookmarks.exs
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2020-04-01Ability to control the output of account/pleroma/relationship in statuses in ↵Ivan Tashkinov
order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param.
2020-02-20Migrations: Make them not fail for old databaseslain
2019-10-30Fix bookmark migration using a query with a schemarinpatch
This resulted in failures when updating from Pleroma <1.0 because of all the new fields that were added to the user schema.
2019-10-08Enable `mix format` for migrationsrinpatch
2019-07-01[#1033] Fix database migrationsMaksim
2019-04-29Fix MigrateOldBookmarks migration crashing on deleted activitiesrinpatch
2019-04-25migration without using old field nameAlex S
removing old field from db, after bookmarks migration
2019-04-25removing useless transactionAlex S
2019-04-25migration optimizationAlex S
changelog wording
2019-04-25migrate user.bookmarks to separate tableAlex S