Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ORCID/ORCID-Source
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Jun 24, 2024
2 parents e65ec79 + a1cf1f8 commit e69191a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.61.3 - 2024-06-20

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.61.2...v2.61.3)

## v2.61.2 - 2024-06-19

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.61.1...v2.61.2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ org.orcid.jaxb.model.record.WorkExternalIdentifierType.proposal-id=Proposal ID
org.orcid.jaxb.model.record.WorkExternalIdentifierType.cstr=cstr\: Science and technology resource identification
org.orcid.jaxb.model.record.WorkExternalIdentifierType.k10plus=k10plus\: K10plus
org.orcid.jaxb.model.record.WorkExternalIdentifierType.cgn=cgn\: Culturegraph Number
org.orcid.jaxb.model.record.WorkExternalIdentifierType.raid=raid\: RAiD is an identifier for research projects and sub-projects or activies within such projects.
org.orcid.jaxb.model.record.WorkExternalIdentifierType.raid=raid\: Research Activity Identifier
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<preConditions onFail="MARK_RAN">
<sqlCheck expectedResult="0">select count(*) from identifier_type where id_name='RAiD';</sqlCheck>
</preConditions>
<sql>INSERT INTO identifier_type (id, id_name, id_resolution_prefix, id_deprecated, date_created, last_modified, primary_use) VALUES (52, 'RAiD', 'https://raid.org/', false, now(), now(), 'professional-activities');</sql>
<sql>INSERT INTO identifier_type (id, id_name, id_resolution_prefix, id_deprecated, date_created, last_modified, primary_use) VALUES (52, 'RAiD', 'https://raid.org/', false, now(), now(), 'work');</sql>
<sql>UPDATE identifier_type SET "case_sensitive" = false WHERE id_name = 'RAiD';</sql>
</changeSet>
</databaseChangeLog>

0 comments on commit e69191a

Please sign in to comment.