fix migrate
This commit is contained in:
parent
32c5909686
commit
a4dac51568
@ -20,7 +20,6 @@ defmodule Pleroma.Repo.Migrations.CreateTags do
|
|||||||
|
|
||||||
def down do
|
def down do
|
||||||
drop_if_exists(table(:tags))
|
drop_if_exists(table(:tags))
|
||||||
drop_if_exists(unique_index(:tags, :name))
|
|
||||||
end
|
end
|
||||||
|
|
||||||
defp collect_user_tags_query do
|
defp collect_user_tags_query do
|
||||||
|
Loading…
Reference in New Issue
Block a user