diff --git a/setup/db/db/schema-41000to41100-cleanup.sql b/setup/db/db/schema-41000to41100-cleanup.sql index 7fea017bc6e..60bc535fbc8 100644 --- a/setup/db/db/schema-41000to41100-cleanup.sql +++ b/setup/db/db/schema-41000to41100-cleanup.sql @@ -18,3 +18,6 @@ --; -- Schema upgrade cleanup from 4.10.0.0 to 4.11.0.0 --; + +-- CLOUDSTACK-9914: Alter quota_tariff to support currency values up to 5 decimal places +ALTER TABLE `cloud_usage`.`quota_tariff` MODIFY `currency_value` DECIMAL(15,5) not null