Merge branch '15296-cwl-cancel-procs' closes #15296
[arvados.git] / services / api / db / migrate / 20170319063406_serialized_columns_accept_null.rb
index 564586eb12002f17b067012a399b1700e0d4380d..ce241bfb6cbbcfcb6fced9ccd36cda343461dabd 100644 (file)
@@ -1,4 +1,8 @@
-class SerializedColumnsAcceptNull < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class SerializedColumnsAcceptNull < ActiveRecord::Migration[4.2]
   def change
     change_column :api_client_authorizations, :scopes, :text, null: true, default: '["all"]'
   end