Browse Source

Migrations: Nullify old unique index on users.uri

features/ap_c2s_proxyUrl
lain 3 years ago
parent
commit
1ae39441e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      priv/repo/migrations/20200928145912_revert_citext_change.exs

+ 1
- 1
priv/repo/migrations/20200928145912_revert_citext_change.exs 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

Loading…
Cancel
Save