sudo87 commented on code in PR #13809:
URL: https://github.com/apache/cloudstack/pull/13809#discussion_r3733435041
##########
engine/schema/src/main/java/org/apache/cloudstack/backup/BackupVO.java:
##########
@@ -60,7 +60,7 @@ public class BackupVO implements Backup {
private String backupType;
@Column(name = "date")
- @Temporal(value = TemporalType.DATE)
+ @Temporal(value = TemporalType.TIMESTAMP)
private Date date;
Review Comment:
`backups.date` column is already converted to DATETIME in this PR
https://github.com/apache/cloudstack/pull/6473
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]