Yair Zaslavsky has uploaded a new change for review. Change subject: core: Fixing case issue with white list table ......................................................................
core: Fixing case issue with white list table This patch fixes the sshkeyfingerprint column name as appears in the select query at the whitelist table insertion query. Prior to this patch, the sshkeyfingerprint was not inserted to the object_column_white_list table Change-Id: I94f3c474c0209a9049d1d32487d049e1e161214b Signed-off-by: Yair Zaslavsky <[email protected]> --- M backend/manager/dbscripts/upgrade/post_upgrade/0010_add_object_column_white_list_table.sql 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/45/8545/1 diff --git a/backend/manager/dbscripts/upgrade/post_upgrade/0010_add_object_column_white_list_table.sql b/backend/manager/dbscripts/upgrade/post_upgrade/0010_add_object_column_white_list_table.sql index 6d712ad..bcb022d 100644 --- a/backend/manager/dbscripts/upgrade/post_upgrade/0010_add_object_column_white_list_table.sql +++ b/backend/manager/dbscripts/upgrade/post_upgrade/0010_add_object_column_white_list_table.sql @@ -54,7 +54,7 @@ 'otp_validity', 'spm_status', 'supported_cluster_levels', 'supported_engines', 'vds_group_compatibility_version', 'host_os', 'kvm_version', 'spice_version', 'kernel_version', 'iscsi_initiator_name', 'transparent_hugepages_state', 'anonymous_hugepages', - 'non_operational_reason', 'recoverable', 'sshKeyFingerprint')); + 'non_operational_reason', 'recoverable', 'sshkeyfingerprint')); -- pm_options are missing END; $function$ LANGUAGE plpgsql; -- To view, visit http://gerrit.ovirt.org/8545 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I94f3c474c0209a9049d1d32487d049e1e161214b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
