You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/08/09 14:23:23 UTC

[GitHub] [cloudstack] Rubueno commented on a diff in pull request #6080: Increase size of column 'value' at table 'account_details'

Rubueno commented on code in PR #6080:
URL: https://github.com/apache/cloudstack/pull/6080#discussion_r941407141


##########
engine/schema/src/main/resources/META-INF/db/schema-41700to41710.sql:
##########
@@ -126,3 +126,6 @@ CREATE VIEW `cloud`.`domain_router_view` AS
         `cloud`.`async_job` ON async_job.instance_id = vm_instance.id
             and async_job.instance_type = 'DomainRouter'
             and async_job.job_status = 0;
+
+-- PR #6080 Change column `value` size from 255 to 4096 characters, matching the API "updateConfiguration" "value" size
+ALTER TABLE `cloud`.`account_details` MODIFY `value` VARCHAR(4096) NOT NULL;

Review Comment:
   @BartJM Can you ensure a newline is present?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org