Mike Kolesnik has posted comments on this change. Change subject: core: DO NOT SUBMIT db scripts for removing disk image template ......................................................................
Patch Set 6: (2 inline comments) .................................................... File backend/manager/dbscripts/upgrade/03_01_0350_remove_image_templates_table.sql Line 1: insert into images (image_guid,creation_date,size,description,boot,it_guid,internal_drive_mapping) select '00000000-0000-0000-0000-000000000000','2008/04/01 00:00:00',85899345920,'Blanc Image Template',false,'00000000-0000-0000-0000-000000000000','1'; You can rename it to Blank instead of Blanc :) Line 5: alter table images alter column it_guid drop not null; I think this shouldn't be dropped if you insert the blank image.. -- To view, visit http://gerrit.ovirt.org/1565 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If83885966ca8c187351623acbe502cb6ce218e2a Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
