Shirly Radco has uploaded a new change for review. Change subject: history:Added HourlyAggFailed to history_configuration ......................................................................
history:Added HourlyAggFailed to history_configuration Add a flag to history_configuration when hourly aggregation failes. Change-Id: I2e7daf35323e86c8cad41ffb650cf9a95d89430f Signed-off-by: Shirly Radco <[email protected]> --- A packaging/dbscripts/upgrade/03_04_0090_add_HourlyAggFailed.sql 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/87/27087/1 diff --git a/packaging/dbscripts/upgrade/03_04_0090_add_HourlyAggFailed.sql b/packaging/dbscripts/upgrade/03_04_0090_add_HourlyAggFailed.sql new file mode 100644 index 0000000..0d94c43 --- /dev/null +++ b/packaging/dbscripts/upgrade/03_04_0090_add_HourlyAggFailed.sql @@ -0,0 +1,3 @@ +-- Add a flag to history_configuration when hourly aggregation failes +INSERT INTO history_configuration ( var_name, var_value) +VALUES ( 'HourlyAggFailed', 'false') -- To view, visit http://gerrit.ovirt.org/27087 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2e7daf35323e86c8cad41ffb650cf9a95d89430f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Shirly Radco <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
