mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Changes: - Added a new column `source_template_id` to vm_template table to carry the parent/source template ID from which the tempalte was created - Added the column in db upgrade 224 to 225 - Changed code to save the source_template_id if there is one associated to the volume/ volume from which the snapshot was taken - API response returns the sourcetemplateid field, if set, in all template usecases.