Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130425214427_add_service_host_and_service_port_and_service_ssl_flag_to_keep_disks.rb
index 8e17785a64ee8f158bc7ee75c45a3e01554f012d..9f08a3ce1ff74c90ab3a989f76f98a820e4fd9bb 100644 (file)
@@ -1,4 +1,8 @@
-class AddServiceHostAndServicePortAndServiceSslFlagToKeepDisks < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddServiceHostAndServicePortAndServiceSslFlagToKeepDisks < ActiveRecord::Migration[4.2]
   def change
     add_column :keep_disks, :service_host, :string
     add_column :keep_disks, :service_port, :integer