Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20140519205916_create_keep_services.rb
index 02caaefbce3e96d584999d4f43564b3c33a20798..8ee3b4972ee01ac1193a6be121cefa5b033740da 100644 (file)
@@ -1,4 +1,8 @@
-class CreateKeepServices < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class CreateKeepServices < ActiveRecord::Migration[4.2]
   include CurrentApiClient
 
   def change
@@ -29,6 +33,7 @@ class CreateKeepServices < ActiveRecord::Migration
           service_host: k[:service_host],
           service_port: k[:service_port],
           service_ssl_flag: k[:service_ssl_flag],
+          service_type: 'disk',
           owner_uuid: k[:owner_uuid]
         }
       end