[fix #1097] Accent insensitive search

This commit is contained in:
simon lehericey 2018-01-08 14:59:23 +01:00 committed by Simon Lehericey
parent 6a2b575027
commit 2bc61f9f3f
4 changed files with 13 additions and 3 deletions

View file

@ -10,10 +10,11 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20180105152235) do
ActiveRecord::Schema.define(version: 20180108132507) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
enable_extension "unaccent"
create_table "administrateurs", force: :cascade do |t|
t.string "email", default: "", null: false