From 81eaf3742841b95dfcce32dafccb24d2f6ad2c6a Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Tue, 11 Jul 2023 10:12:30 +0200 Subject: [PATCH] oops --- app/models/research/hal/publication.rb | 1 + test/fixtures/research/hal/publications.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/models/research/hal/publication.rb b/app/models/research/hal/publication.rb index d400e147d..319261943 100644 --- a/app/models/research/hal/publication.rb +++ b/app/models/research/hal/publication.rb @@ -4,6 +4,7 @@ # # id :uuid not null, primary key # abstract :text +# authors_citeproc :json # authors_list :text # citation_full :text # data :jsonb diff --git a/test/fixtures/research/hal/publications.yml b/test/fixtures/research/hal/publications.yml index 69dc84202..b8477b21c 100644 --- a/test/fixtures/research/hal/publications.yml +++ b/test/fixtures/research/hal/publications.yml @@ -4,6 +4,7 @@ # # id :uuid not null, primary key # abstract :text +# authors_citeproc :json # authors_list :text # citation_full :text # data :jsonb -- GitLab