Migrations: Nullify old unique index on users.uri

This commit is contained in:
lain 2020-09-30 14:17:21 +02:00
parent 90fee49c52
commit 1ae39441e6
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ defmodule Pleroma.Repo.Migrations.RevertCitextChange do
modify(:uri, :text)
end
create_if_not_exists(unique_index(:users, :uri))
# create_if_not_exists(unique_index(:users, :uri))
end
end