diff --git a/app/models/research/hal/publication.rb b/app/models/research/hal/publication.rb
index d400e147d6e3d0b138dace2bbc4a1f3041843914..31926194320a3f63b67371bd4fde122ff2450902 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 69dc84202ca5555dc42a2fb88fdb41c143394844..b8477b21cb1b967e057ecc43db026a84ba84c59e 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