X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/83561af02e156758b09ea771510ad4f9ee506b06..e1e1a215d954c3337a969019da7f7becc8d14012:/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