X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/190d0f110dab5d51dcfa7b13ff658583fdd21a5d..7e358c01226d55a44ca7b6224f9c33c38510572b:/services/api/db/migrate/20140714184006_empty_collection.rb diff --git a/services/api/db/migrate/20140714184006_empty_collection.rb b/services/api/db/migrate/20140714184006_empty_collection.rb index deb6bf0374..33921dcdea 100644 --- a/services/api/db/migrate/20140714184006_empty_collection.rb +++ b/services/api/db/migrate/20140714184006_empty_collection.rb @@ -1,10 +1,12 @@ -class EmptyCollection < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class EmptyCollection < ActiveRecord::Migration[4.2] include CurrentApiClient def up - act_as_system_user do - empty_collection - end + empty_collection end def down