Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20170319063406_serialized_columns_accept_null.rb
index cc8783134fee6f1194f58804cd9af74fac763cf7..ce241bfb6cbbcfcb6fced9ccd36cda343461dabd 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class SerializedColumnsAcceptNull < ActiveRecord::Migration
+class SerializedColumnsAcceptNull < ActiveRecord::Migration[4.2]
   def change
     change_column :api_client_authorizations, :scopes, :text, null: true, default: '["all"]'
   end