X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/07aa5aa282a388fc1bcb3d0cfe7520b96b3e7e38..4a27ec5683273596d797e84924c4c583cfc53560:/services/api/db/migrate/20180216203422_add_storage_classes_to_collections.rb diff --git a/services/api/db/migrate/20180216203422_add_storage_classes_to_collections.rb b/services/api/db/migrate/20180216203422_add_storage_classes_to_collections.rb index 112c2ba891..c730e8c9b8 100644 --- a/services/api/db/migrate/20180216203422_add_storage_classes_to_collections.rb +++ b/services/api/db/migrate/20180216203422_add_storage_classes_to_collections.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class AddStorageClassesToCollections < ActiveRecord::Migration +class AddStorageClassesToCollections < ActiveRecord::Migration[4.2] def up add_column :collections, :storage_classes_desired, :jsonb, :default => ["default"] add_column :collections, :storage_classes_confirmed, :jsonb, :default => []