Skip to content

Commit

Permalink
Changed the type from timestamp to timestamp with timezone for date …
Browse files Browse the repository at this point in the history
…verified
  • Loading branch information
Camelia-Orcid committed Oct 10, 2024
1 parent 7ab48af commit 1be17f5
Showing 1 changed file with 1 addition and 1 deletion.
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 1be17f5

Please sign in to comment.