Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130724153034_add_scopes_to_api_client_authorizations.rb
index 43a32716dd857fa0da1176db78704be47c595449..cef3a35da17459d1ff5894ab875309ffcef28c9c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddScopesToApiClientAuthorizations < ActiveRecord::Migration
+class AddScopesToApiClientAuthorizations < ActiveRecord::Migration[4.2]
   def change
     add_column :api_client_authorizations, :scopes, :text, :null => false, :default => ['all'].to_yaml
   end