DaanHoogland commented on PR #12768: URL: https://github.com/apache/cloudstack/pull/12768#issuecomment-4023097996
> @DaanHoogland @vishesh92 @vladimirpetrov > do you think we should set the template type to USER in the upgrade sql ? > > > ``` > UPDATE `cloud`.`vm_template` SET `type` = "USER" WHERE `type` IS NULL; > ``` Sounds good, is type null leading to NPEs? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
