Kanagaraj M has posted comments on this change. Change subject: engine: adding vds_gluster table and dao operations ......................................................................
Patch Set 3: (2 inline comments) .................................................... File backend/manager/dbscripts/upgrade/03_03_0040_add_vds_gluster_table.sql Line 2: RETURNS void Line 3: AS $function$ Line 4: BEGIN Line 5: CREATE TABLE vds_gluster Line 6: ( Done Line 7: id UUID NOT NULL, Line 8: vds_id UUID NOT NULL references vds_static(vds_id) ON DELETE CASCADE, Line 9: host_uuid UUID NOT NULL, Line 10: CONSTRAINT pk_vds_gluster PRIMARY KEY(id) Line 5: CREATE TABLE vds_gluster Line 6: ( Line 7: id UUID NOT NULL, Line 8: vds_id UUID NOT NULL references vds_static(vds_id) ON DELETE CASCADE, Line 9: host_uuid UUID NOT NULL, Done Line 10: CONSTRAINT pk_vds_gluster PRIMARY KEY(id) Line 11: ) WITH OIDS; Line 12: CREATE INDEX IDX_vds_gluster_vds_id ON vds_gluster(vds_id); Line 13: CREATE UNIQUE INDEX IDX_vds_gluster_unique ON vds_gluster(vds_id, host_uuid); -- To view, visit http://gerrit.ovirt.org/14063 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I04ba0a7bf1eaa964db731cdfa24ab6875e0b1513 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Kanagaraj M <kmayi...@redhat.com> Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com> Gerrit-Reviewer: Sahina Bose <sab...@redhat.com> Gerrit-Reviewer: Shireesh Anjal <san...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches