diff options
| author | Carlos Konstanski <carlos.konstanski@verizonwireless.com> | 2018-02-23 00:00:41 +0000 |
|---|---|---|
| committer | Carlos Konstanski <carlos.konstanski@verizonwireless.com> | 2018-02-23 00:00:41 +0000 |
| commit | ffa4d60e8490e54bd9455adc6497d4a84c1c1407 (patch) | |
| tree | 8bf2bc9d4f752e114fd9d922cd76c83b73037137 /salt/openbook/database/files/create_openbook_schemas.sql | |
| parent | fbf57ad129bf315b2d42d219a9000e4bfb9dd6e3 (diff) | |
update create_databases_schema.sql Fri Feb 23 00:00:41 UTC 2018
Diffstat (limited to 'salt/openbook/database/files/create_openbook_schemas.sql')
| -rw-r--r-- | salt/openbook/database/files/create_openbook_schemas.sql | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/salt/openbook/database/files/create_openbook_schemas.sql b/salt/openbook/database/files/create_openbook_schemas.sql index a406fb3..6470667 100644 --- a/salt/openbook/database/files/create_openbook_schemas.sql +++ b/salt/openbook/database/files/create_openbook_schemas.sql @@ -4108,11 +4108,3 @@ USE `openbook_workflow`; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -use openbook; -CALL p_preallocate_partitions('t_metric_values', 'metric_datetime', CURDATE(), 31); -CALL p_preallocate_partitions('t_metric_aggregate_resource_hourly', 'aggregate_datetime', CURDATE(), 31); -CALL p_preallocate_partitions('t_metric_aggregate_tenant_hourly', 'aggregate_datetime', CURDATE(), 31); -CALL p_preallocate_partitions('t_metric_aggregate_customer_hourly', 'aggregate_datetime', CURDATE(), 31); -CALL p_preallocate_partitions('t_metric_aggregate_resource_daily', 'aggregate_datetime', CURDATE(), 31); -CALL p_preallocate_partitions('t_metric_aggregate_tenant_daily', 'aggregate_datetime', CURDATE(), 31); -CALL p_preallocate_partitions('t_metric_aggregate_customer_daily', 'aggregate_datetime', CURDATE(), 31); |
