From ea00f88e1214bb720ac24758851b49dafee63cb3 Mon Sep 17 00:00:00 2001 From: Ryan Cobb Date: Fri, 17 May 2019 09:33:04 -0600 Subject: testing --- db/schema.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'db/schema.rb') diff --git a/db/schema.rb b/db/schema.rb index 9d367938cec..64f62759f44 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1906,6 +1906,7 @@ ActiveRecord::Schema.define(version: 20190515125613) do t.datetime "created_at", null: false t.datetime "updated_at", null: false t.index ["path"], name: "index_redirect_routes_on_path", unique: true, using: :btree + t.index ["path"], name: "index_redirect_routes_on_path_text_pattern_ops", using: :btree, opclasses: {"path"=>"varchar_pattern_ops"} t.index ["source_type", "source_id"], name: "index_redirect_routes_on_source_type_and_source_id", using: :btree end -- cgit v1.2.1