From ed035bcdedb37ba1ffb493fae2d147348b7c9367 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Mon, 25 Oct 2021 18:34:15 +0200 Subject: [PATCH] date --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 1eb10b1a5..0d683a415 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -253,7 +253,7 @@ ActiveRecord::Schema.define(version: 2021_10_25_124617) 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