14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20180228220311_add_secret_mounts_to_containers.rb
index c56b7dcaf730cf715e24f87a717729a243249412..7ea71caf8491bb72ebddab36cb66afffae8891e5 100644 (file)
@@ -1,4 +1,8 @@
-class AddSecretMountsToContainers < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddSecretMountsToContainers < ActiveRecord::Migration[4.2]
   def change
     add_column :container_requests, :secret_mounts, :jsonb, default: {}
     add_column :containers, :secret_mounts, :jsonb, default: {}