X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/45f10d80d1b584808a6e375214b5be6bc7d2a730..d56b21609ddd2e2e096f5c30e991d24aa213f7f4:/services/api/db/migrate/20150526180251_leading_space_on_full_text_index.rb?ds=sidebyside diff --git a/services/api/db/migrate/20150526180251_leading_space_on_full_text_index.rb b/services/api/db/migrate/20150526180251_leading_space_on_full_text_index.rb index 9433382a0d..373d7477b3 100644 --- a/services/api/db/migrate/20150526180251_leading_space_on_full_text_index.rb +++ b/services/api/db/migrate/20150526180251_leading_space_on_full_text_index.rb @@ -1,6 +1,10 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require "./db/migrate/20150123142953_full_text_search.rb" -class LeadingSpaceOnFullTextIndex < ActiveRecord::Migration +class LeadingSpaceOnFullTextIndex < ActiveRecord::Migration[4.2] def up # Inspect one of the full-text indexes (chosen arbitrarily) to # determine whether this migration is needed.