X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c3d4b399c57e711f0cd87c2178f873a688323967..ff353df24233b40612eb228a8024ea30902397e9:/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..0c0eba6bdf 100644 --- a/services/api/db/migrate/20140714184006_empty_collection.rb +++ b/services/api/db/migrate/20140714184006_empty_collection.rb @@ -1,10 +1,12 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class EmptyCollection < ActiveRecord::Migration include CurrentApiClient def up - act_as_system_user do - empty_collection - end + empty_collection end def down