You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the fixes for #991 and #998 have changed the precision of the date time stored in the DB and only milliseconds are stored now in a DATETIME MySQL column. For example:
Before (in 0.26.1) 2020-08-06 12:35:03.172357
After (in 0.26.2) 2020-08-06 12:35:03.172000
--
Environment
OpenJDK 64-Bit Server VM (build 10.0.2-adoptopenjdk+13, mixed mode)
MySQL 5.7.26
The text was updated successfully, but these errors were encountered:
It seems that the fixes for #991 and #998 have changed the precision of the date time stored in the DB and only milliseconds are stored now in a
DATETIME
MySQL column. For example:Before (in 0.26.1)
2020-08-06 12:35:03.172357
After (in 0.26.2)
2020-08-06 12:35:03.172000
--
Environment
The text was updated successfully, but these errors were encountered: