Eli Mesika has posted comments on this change.

Change subject: core: Extend Vm[Static] to contain provider id
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.ovirt.org/#/c/40717/1/packaging/dbscripts/upgrade/03_06_1370_add_provider_id_to_vms.sql
File packaging/dbscripts/upgrade/03_06_1370_add_provider_id_to_vms.sql:

Line 1: select fn_db_add_column('vm_static', 'provider_id', 'UUID');
Line 2: ALTER TABLE vm_static ADD CONSTRAINT fk_vm_static_provider_id FOREIGN 
KEY (provider_id) REFERENCES providers(id) ON DELETE SET NULL;
please use fn_db_create_constraint


-- 
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: 1
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: [email protected]
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to