rhtyd commented on pull request #4069:
URL: https://github.com/apache/cloudstack/pull/4069#issuecomment-629734184


   @weizhouapache another issue, on deployment of systemvms with MySQL 8.0 cc 
@shwstppr @davidjumani deployment fails with:
   ```
   Caused by: java.sql.SQLIntegrityConstraintViolationException: Column 
'update_time' cannot be null
   ```
   I applied a quick fix to modify the default time to be null:
   ```
   ALTER TABLE nics MODIFY COLUMN update_time timestamp NULL;
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to