Skip to content

Commit

Permalink
Merge branch 'main' into revert-7093-revert-7091-9339-delete-orgaffil…
Browse files Browse the repository at this point in the history
…iationrelation-rows-in-panoply-for-affiliations-deleted-in-the-registry
  • Loading branch information
Camelia-Orcid committed Oct 11, 2024
2 parents a813486 + 6a07535 commit c2218c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.66.2 - 2024-10-10

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

## v2.66.1 - 2024-10-09

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.66.0...v2.66.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<changeSet author="Camelia Dumitru"
id="ADD-DATE-VERIFIED-COLUMN-TO-EMAIL-TABLE">
<addColumn tableName="email">
<column name="date_verified" type="Timestamp">
<column name="date_verified" type="TIMESTAMP WITH TIME ZONE">
<constraints nullable="true" />
</column>
</addColumn>
Expand Down

0 comments on commit c2218c9

Please sign in to comment.