Skip to content
Snippets Groups Projects
Commit 038bd5ea authored by Nicolas.Rod's avatar Nicolas.Rod
Browse files

chore: upgrade solidify-backend to version 3.1.4

parent 891343e5
No related branches found
No related tags found
No related merge requests found
......@@ -61,4 +61,10 @@ UPDATE publication_subtype_labels SET `text` = 'Actes (ensemble de contributions
UPDATE publication_subtype SET sort_value = 40 WHERE res_id = 'C4';
UPDATE publication_subtype_labels SET `text` = 'Chapter / Article (individual contribution to proceedings)' WHERE publication_subtype_id = 'C4' AND language_id = 'ENG';
UPDATE publication_subtype_labels SET `text` = 'Chapitre / Article (contribution parue dans des actes)' WHERE publication_subtype_id = 'C4' AND language_id = 'FRE';
\ No newline at end of file
UPDATE publication_subtype_labels SET `text` = 'Chapitre / Article (contribution parue dans des actes)' WHERE publication_subtype_id = 'C4' AND language_id = 'FRE';
-- ====================================================================
-- 2025-01-20
-- ====================================================================
-- ORCID tokens can have empty names
ALTER TABLE `orcid_token` CHANGE `name` `name` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL;
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.solidify</groupId>
<artifactId>solidify-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath />
</parent>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment