Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130123180228_create_api_client_authorizations.rb
index 7a1810971876df18fee3664c032bd5cb283d0918..2385c70ff10d1bcb45433292af742107767577cb 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class CreateApiClientAuthorizations < ActiveRecord::Migration
+class CreateApiClientAuthorizations < ActiveRecord::Migration[4.2]
   def change
     create_table :api_client_authorizations do |t|
       t.string :api_token, :null => false