Merge branch '17004-properties-on-output' refs #17004
[arvados.git] / services / api / db / migrate / 20180228220311_add_secret_mounts_to_containers.rb
index a161f633d8f9a7d5d9a2422650931bbb07c10fec..7ea71caf8491bb72ebddab36cb66afffae8891e5 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddSecretMountsToContainers < ActiveRecord::Migration
+class AddSecretMountsToContainers < ActiveRecord::Migration[4.2]
   def change
     add_column :container_requests, :secret_mounts, :jsonb, default: {}
     add_column :containers, :secret_mounts, :jsonb, default: {}