fix tests
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
36b71733a0
commit
aa74c87443
2 changed files with 3 additions and 1 deletions
|
|
@ -8,5 +8,7 @@ defmodule Pleroma.Repo.Migrations.AddUserFollowsHashtag do
|
|||
end
|
||||
|
||||
create(unique_index(:user_follows_hashtag, [:user_id, :hashtag_id]))
|
||||
|
||||
create_if_not_exists(index(:user_follows_hashtag, [:hashtag_id]))
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue