Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130606183519_create_authorized_keys.rb
index daeabb372467c3722cdbf2b19c0717b0a1da00c0..d9e4e542bff1ff3df49d63b682dfacb3981353c5 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class CreateAuthorizedKeys < ActiveRecord::Migration
+class CreateAuthorizedKeys < ActiveRecord::Migration[4.2]
   def change
     create_table :authorized_keys do |t|
       t.string :uuid, :null => false