Moti Asayag has posted comments on this change.

Change subject: engine: introducing vfsConfigNetworks and vfsConfigLabels tables
......................................................................


Patch Set 3:

(2 comments)

http://gerrit.ovirt.org/#/c/36100/3/packaging/dbscripts/upgrade/03_06_0660_add_vfs_config_networks_and_labels_tables.sql
File 
packaging/dbscripts/upgrade/03_06_0660_add_vfs_config_networks_and_labels_tables.sql:

Line 4: 
Line 5: CREATE TABLE vfs_config_networks
Line 6: (
Line 7:   vfs_config_id UUID NOT NULL,
Line 8:   network_id UUID NOT NULL,
have you confirmed there is an interest to collect those tables to the 
data-warehouse ?
Line 9:   _create_date TIMESTAMP WITH TIME ZONE default LOCALTIMESTAMP,
Line 10:   _update_date TIMESTAMP WITH TIME ZONE default NULL
Line 11: );
Line 12: 


Line 23: 
Line 24: CREATE TABLE vfs_config_labels
Line 25: (
Line 26:   vfs_config_id UUID NOT NULL,
Line 27:   label TEXT NOT NULL,
same
Line 28:   _create_date TIMESTAMP WITH TIME ZONE default LOCALTIMESTAMP,
Line 29:   _update_date TIMESTAMP WITH TIME ZONE default NULL
Line 30: );
Line 31: 


-- 
To view, visit http://gerrit.ovirt.org/36100
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia383df7060b97c17459ef4576d300e7de217e966
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to