From 170e6cb42812bb439889a96c9a379a76ac419992 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Thu, 21 Oct 2021 09:32:29 +0200
Subject: [PATCH] merge

---
 app/models/research/journal/article.rb | 2 +-
 db/schema.rb                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/models/research/journal/article.rb b/app/models/research/journal/article.rb
index 0410c664d..20a415c65 100644
--- a/app/models/research/journal/article.rb
+++ b/app/models/research/journal/article.rb
@@ -10,7 +10,7 @@
 #  text                       :text
 #  title                      :string
 #  created_at                 :datetime         not null
-#  updated_at                 :datetime         not null
+#  updated_at                 :date             not null
 #  research_journal_id        :uuid             not null
 #  research_journal_volume_id :uuid
 #  university_id              :uuid             not null
diff --git a/db/schema.rb b/db/schema.rb
index e3b56784c..33335b1a6 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -240,7 +240,7 @@ ActiveRecord::Schema.define(version: 2021_10_20_090658) do
     t.uuid "research_journal_id", null: false
     t.uuid "research_journal_volume_id"
     t.datetime "created_at", precision: 6, null: false
-    t.datetime "updated_at", precision: 6, null: false
+    t.date "updated_at", null: false
     t.uuid "updated_by_id"
     t.text "abstract"
     t.text "references"
-- 
GitLab