Oved Ourfali has posted comments on this change. Change subject: core: Extend Vm[Static] to contain provider id ......................................................................
Patch Set 2: Code-Review+1 (1 comment) https://gerrit.ovirt.org/#/c/40717/2/packaging/dbscripts/upgrade/03_06_1380_add_provider_id_to_vms.sql File packaging/dbscripts/upgrade/03_06_1380_add_provider_id_to_vms.sql: Line 1: select fn_db_add_column('vm_static', 'provider_id', 'UUID'); Line 2: SELECT fn_db_create_constraint('vm_static', 'fk_vm_static_provider_id', 'FOREIGN KEY (provider_id) REFERENCES providers(id) ON DELETE SET NULL'); just making sure, do we have this FK today for hosts? -- To view, visit https://gerrit.ovirt.org/40717 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6c09188dcde40cbb5904dc15274d597ceb9b8594 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
