[#3213] Prototype of data migrations functionality / HashtagsTableMigrator.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Wed, 13 Jan 2021 19:07:38 +0000 (22:07 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Wed, 13 Jan 2021 19:07:38 +0000 (22:07 +0300)
commit3e4d84729a4ca8d9779d439a9aa2c8c23b3acd1d
treea556675aaa170d28c5a1d2cc060475d9338d2901
parent8c972de0457199098c5f3378313d08a9dd2d64ce
[#3213] Prototype of data migrations functionality / HashtagsTableMigrator.
lib/mix/tasks/pleroma/database.ex
lib/pleroma/application.ex
lib/pleroma/config.ex
lib/pleroma/data_migration.ex [new file with mode: 0644]
lib/pleroma/delivery.ex
lib/pleroma/ecto_enums.ex
lib/pleroma/migrators/hashtags_table_migrator.ex [new file with mode: 0644]
lib/pleroma/web/activity_pub/activity_pub.ex
priv/repo/migrations/20210105195018_create_data_migrations.exs [new file with mode: 0644]
priv/repo/migrations/20210106183301_data_migration_create_populate_hashtags_table.exs [new file with mode: 0644]
priv/repo/migrations/20210111172254_create_data_migration_failed_ids.exs [new file with mode: 0644]