Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20150512193020_read_only_on_keep_services.rb
index f86e4711f2b4a9efb578920c92d5c1cd24ba07c4..69e9f7f1f7cb885f410c94b531095db23b8151dd 100644 (file)
@@ -1,4 +1,8 @@
-class ReadOnlyOnKeepServices < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class ReadOnlyOnKeepServices < ActiveRecord::Migration[4.2]
   def change
     add_column :keep_services, :read_only, :boolean, null: false, default: false
   end