DaanHoogland commented on code in PR #285: URL: https://github.com/apache/cloudstack-documentation/pull/285#discussion_r961353032
########## source/upgrading/upgrade/mysql.rst: ########## @@ -24,7 +24,8 @@ not be able to start any VM. The following SQL statement needs to be manually executed in order to fix such issue: .. parsed-literal:: -ALTER TABLE nics MODIFY COLUMN update_time timestamp DEFAULT CURRENT_TIMESTAMP; + + ALTER TABLE nics MODIFY COLUMN update_time timestamp DEFAULT CURRENT_TIMESTAMP; Review Comment: is this change needed? -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org