X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/83561af02e156758b09ea771510ad4f9ee506b06..38a4b3c43a8a6cff5a00624436b8eaa5cbfbc76b:/services/api/db/migrate/20140714184006_empty_collection.rb?ds=sidebyside diff --git a/services/api/db/migrate/20140714184006_empty_collection.rb b/services/api/db/migrate/20140714184006_empty_collection.rb index deb6bf0374..15fd887adf 100644 --- a/services/api/db/migrate/20140714184006_empty_collection.rb +++ b/services/api/db/migrate/20140714184006_empty_collection.rb @@ -2,9 +2,7 @@ class EmptyCollection < ActiveRecord::Migration include CurrentApiClient def up - act_as_system_user do - empty_collection - end + empty_collection end def down