Yaniv Dary has uploaded a new change for review. Change subject: history: Update statistics table history_id to bigint ......................................................................
history: Update statistics table history_id to bigint Update host_interface statistics tables history_id to bigint. Change-Id: I355e47354ca23899141aa2b0adc570105cbc02ae Bug-Url: https://bugzilla.redhat.com/1121994 Signed-off-by: Shirly Radco <[email protected]> (cherry picked from commit ae2625830b290b13357f7abb29da51a83b587bcf) --- M packaging/dbscripts/upgrade/03_05_0070_updated_history_id_to_bigint.sql 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/41/32941/1 diff --git a/packaging/dbscripts/upgrade/03_05_0070_updated_history_id_to_bigint.sql b/packaging/dbscripts/upgrade/03_05_0070_updated_history_id_to_bigint.sql index 2dd7143..0ec8994 100644 --- a/packaging/dbscripts/upgrade/03_05_0070_updated_history_id_to_bigint.sql +++ b/packaging/dbscripts/upgrade/03_05_0070_updated_history_id_to_bigint.sql @@ -6,9 +6,9 @@ SELECT fn_db_change_column_type('host_daily_history', 'history_id', 'integer', 'bigint'); SELECT fn_db_change_column_type('host_hourly_history', 'history_id', 'integer', 'bigint'); SELECT fn_db_change_column_type('host_samples_history', 'history_id', 'integer', 'bigint'); -SELECT fn_db_change_column_type('host_integererface_daily_history', 'history_id', 'integer', 'bigint'); -SELECT fn_db_change_column_type('host_integererface_hourly_history', 'history_id', 'integer', 'bigint'); -SELECT fn_db_change_column_type('host_integererface_samples_history', 'history_id', 'integer', 'bigint'); +SELECT fn_db_change_column_type('host_interface_daily_history', 'history_id', 'integer', 'bigint'); +SELECT fn_db_change_column_type('host_interface_hourly_history', 'history_id', 'integer', 'bigint'); +SELECT fn_db_change_column_type('host_interface_samples_history', 'history_id', 'integer', 'bigint'); SELECT fn_db_change_column_type('statistics_vms_users_usage_daily', 'history_id', 'integer', 'bigint'); SELECT fn_db_change_column_type('statistics_vms_users_usage_hourly', 'history_id', 'integer', 'bigint'); SELECT fn_db_change_column_type('storage_domain_daily_history', 'history_id', 'integer', 'bigint'); -- To view, visit http://gerrit.ovirt.org/32941 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I355e47354ca23899141aa2b0adc570105cbc02ae Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: ovirt-engine-dwh-3.5 Gerrit-Owner: Yaniv Dary <[email protected]> Gerrit-Reviewer: Shirly Radco <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
