X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39..deb104b3706fab06bf21a70fb9d85d2717f4f0c1:/services/api/db/migrate/20141208185217_search_index.rb diff --git a/services/api/db/migrate/20141208185217_search_index.rb b/services/api/db/migrate/20141208185217_search_index.rb index c8e9fef872..abea1915fa 100644 --- a/services/api/db/migrate/20141208185217_search_index.rb +++ b/services/api/db/migrate/20141208185217_search_index.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class SearchIndex < ActiveRecord::Migration +class SearchIndex < ActiveRecord::Migration[4.2] def tables_with_searchable_columns { "api_client_authorizations" => ["api_token", "created_by_ip_address", "last_used_by_ip_address", "default_owner_uuid"],