Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 58a11ab5 authored by Andrey Zhdanov's avatar Andrey Zhdanov Committed by GitHub
Browse files

Fix Incorrect DATETIME value error (#3382)

By default, the lastSeen field of the ip address is set to '1970-01-01 00:00:01'.
In mysql 8.0, the script does not work correctly referring to the incorrect date format '0000-00-00 00:00:00'.
Specifying the date '0000-00-00 00:00:00' does not make sense.
parent 0d8813d0
Branches
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment