aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-11-13 15:39:38 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2021-03-20 08:36:29 +0300
commita4dac5156880015a6244aa84b05b3aeb97e6abe7 (patch)
tree5eb9c0539a61b0aafd84b74feb173d3bed8cef72
parent32c59096864806f6f6601369897e5d3bc6f8abd5 (diff)
downloadpleroma-a4dac5156880015a6244aa84b05b3aeb97e6abe7.tar.gz
fix migrate
-rw-r--r--priv/repo/migrations/20201012093959_create_tags.exs1
1 files changed, 0 insertions, 1 deletions
diff --git a/priv/repo/migrations/20201012093959_create_tags.exs b/priv/repo/migrations/20201012093959_create_tags.exs
index 4f59f7bce..2c5fc8076 100644
--- a/priv/repo/migrations/20201012093959_create_tags.exs
+++ b/priv/repo/migrations/20201012093959_create_tags.exs
@@ -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