Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20130125220425_rename_created_by_to_owner.rb
index 9a31222e2411ca6218c05bd010fa72f05a736c6a..7be89a178e134d26ab79600ec41ec9cae29ffa7a 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class RenameCreatedByToOwner < ActiveRecord::Migration
+class RenameCreatedByToOwner < ActiveRecord::Migration[4.2]
   def tables
     %w{api_clients collections logs metadata nodes pipelines pipeline_invocations projects specimens users}
   end