Revert citext user URI migration
authorrinpatch <rinpatch@sdf.org>
Mon, 28 Sep 2020 15:15:31 +0000 (18:15 +0300)
committerrinpatch <rinpatch@sdf.org>
Mon, 28 Sep 2020 15:34:03 +0000 (18:34 +0300)
commit7bc561127da6489862d3b7ea49ebc853c0267729
tree1c5abeec6a6d7abef0a47df76bf609ba1e066bd1
parent35157f5dc845483e9d65236b87461f15c77ad634
Revert citext user URI migration

URI paths are not actually case-insesitive, which caused migration issues
 on a number of databases.

Closes #2188
priv/repo/migrations/20200925065249_make_user_ids_ci.exs
priv/repo/migrations/20200928145912_revert_citext_change.exs [new file with mode: 0644]
test/user_search_test.exs