sureshanaparti commented on issue #4897: URL: https://github.com/apache/cloudstack/issues/4897#issuecomment-847866161
> Following details table allow NULL values, > > ``` > cloud.account_details > cloud.cluster_details > cloud.data_center_details > cloud.domain_details > cloud.image_store_details > cloud.storage_pool_details > cloud.template_deploy_as_is_details > cloud.user_vm_deploy_as_is_details > cloud.user_vm_details > ``` > > Should we update/fix all of them? @DaanHoogland @sureshanaparti > cc @rhtyd @nvazquez @shwstppr @DaanHoogland I think, it is better to fix these tables to take non-null values for the keys. Persisting only key without value (NULL, may be temporarily), can help to track/monitor something (with key existence), but it is not a good thing to do (can keep some status/value to it). -- 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]
