fix migrate

This commit is contained in:
Maksim Pechnikov 2020-11-13 15:39:38 +03:00 committed by Alexander Strizhakov
parent 32c5909686
commit a4dac51568
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381

View File

@ -20,7 +20,6 @@ defmodule Pleroma.Repo.Migrations.CreateTags do
def down do
drop_if_exists(table(:tags))
drop_if_exists(unique_index(:tags, :name))
end
defp collect_user_tags_query do