[#3213] `hashtags`: altered `name` type to `text`. `hashtags_objects`: removed unused...
authorIvan Tashkinov <ivantashkinov@gmail.com>
Mon, 22 Feb 2021 20:26:07 +0000 (23:26 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Mon, 22 Feb 2021 20:26:07 +0000 (23:26 +0300)
commit6531eddf361fa52db3906ab011a4e33c7a5f9552
treedf2606b2c45d0844a75fc2c96c61d3e28eccddfa
parent998437d4a4111055e019f28dd84a8af1f9a27047
[#3213] `hashtags`: altered `name` type to `text`. `hashtags_objects`: removed unused index. HashtagsTableMigrator: records_per_second calculation fix. ActivityPub: hashtags-related options normalization.
lib/pleroma/hashtag.ex
lib/pleroma/migrators/hashtags_table_migrator.ex
lib/pleroma/web/activity_pub/activity_pub.ex
priv/repo/migrations/20201221203824_create_hashtags_objects.exs
priv/repo/migrations/20210222183840_remove_hashtags_objects_duplicate_index.exs [new file with mode: 0644]
priv/repo/migrations/20210222184616_change_hashtags_name_to_text.exs [new file with mode: 0644]