Gilad Chaplik has posted comments on this change. Change subject: core, db: disk profile for disk image ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/29036/1/packaging/dbscripts/upgrade/03_05_0740_disk_profile_for_disk_image.sql File packaging/dbscripts/upgrade/03_05_0740_disk_profile_for_disk_image.sql: Line 1: -- Add disk_profile id into image_storage_domain_map Line 2: SELECT fn_db_add_column('image_storage_domain_map', 'disk_profile_id', 'UUID NULL'); @Allon, 'NULL' here should be altered to NOT NULL (in later patches), just need to understand how to avoid mishaps. Line 3: Line 4: -- Create index for disk profile Line 5: DROP INDEX IF EXISTS IDX_image_storage_domain_map_profile_id; Line 6: CREATE INDEX IDX_image_storage_domain_map_profile_id ON image_storage_domain_map(disk_profile_id); -- To view, visit http://gerrit.ovirt.org/29036 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9488a1e31e85013a01ee088fdf71854f765059c9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
