1. Home
  2. Knowledge Base
  3. Problems (EN)
  4. I need more decimals in the definitions of SLA’s, how can I get it ?

I need more decimals in the definitions of SLA’s, how can I get it ?

Answer: Altering the database with following SQL sentence (MySQL):

 ALTER TABLE treport_content_sla_combined MODIFY `sla_limit` double(18,3) default NULL;
 ALTER TABLE treport_content_sla_combined MODIFY `sla_min` double(18,3) default NULL;
 ALTER TABLE treport_content_sla_combined MODIFY `sla_max` double(18,3) default NULL;

This will give you three decimals, if you need more, just alter the table again. This is for SLA’s only.

Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support

Recent Discussions