14819: Merge branch 'master' into 14819-arvados-jobs-on-stretch
[arvados.git] / services / api / db / migrate / 20140714184006_empty_collection.rb
index deb6bf0374ca76d73427c1da3e03898eaf667e5d..0c0eba6bdf9281ca209f24b795c6ea9f15a52d59 100644 (file)
@@ -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