Merge branch 'main' into 18842-arv-mount-disk-config
[arvados.git] / services / api / lib / common_api_template.rb
index b1da94ab331b3b5033521e70ee39083003cfe2d6..8aac264516a180b31a35dd10fce21d58ece5569c 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 module CommonApiTemplate
   def self.included(base)
     base.acts_as_api
@@ -16,7 +20,6 @@ module CommonApiTemplate
       t.add :modified_by_client_uuid
       t.add :modified_by_user_uuid
       t.add :modified_at
-      t.add :updated_at
     end
   end