projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90fee49
)
Migrations: Nullify old unique index on users.uri
author
lain
<lain@soykaf.club>
Wed, 30 Sep 2020 12:17:21 +0000
(14:17 +0200)
committer
lain
<lain@soykaf.club>
Wed, 30 Sep 2020 12:17:21 +0000
(14:17 +0200)
priv/repo/migrations/20200928145912_revert_citext_change.exs
patch
|
blob
|
history
diff --git
a/priv/repo/migrations/20200928145912_revert_citext_change.exs
b/priv/repo/migrations/20200928145912_revert_citext_change.exs
index ab232f6070dd9c693bdf70b9be48162336a38d99..685a98533438d85a46e3a8653c3059bd169e1941 100644
(file)
--- a/
priv/repo/migrations/20200928145912_revert_citext_change.exs
+++ b/
priv/repo/migrations/20200928145912_revert_citext_change.exs
@@
-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