X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2e66bcd03991218292328f09c5520876862eb5e1..137ebf94ff14837c9df773533ea86e821469bda9:/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..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