yangyichao-mango opened a new pull request #2915:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/2915
## What is the purpose of the pull request
*Fix the mysql version and datetime sql syntax limited error for 5.5x -
5.64.*
## Brief change log
- *Remove the CURRENT_TIMESTAMP in sql file.*
- *Change the sql datetime(0) syntax to common syntax datetime, because
mysql5.5x does not support the datetime(0) syntax, and datetime syntax is be in
common use in mysql5.x and mysql8.x.*
- *There is no need to set datetime in java code, because the default time
was set up before.*
## Verify this pull request
This pull request is code cleanup without any test coverage.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]