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/08 05:01:07 UTC

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

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


##########
engine/schema/src/main/resources/META-INF/db/schema-41610to41700.sql:
##########
@@ -652,3 +652,5 @@ INSERT INTO `cloud`.`user_vm_details`(`vm_id`, `name`, `value`)
         INNER JOIN `cloud`.`vm_instance` ON vm_instance.id = user_vm_details.vm_id
         WHERE ssh_keypairs.account_id = vm_instance.account_id;
 
+-- 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 @GabrielBrascher can you please move the schema change to 4.17.1 upgrade path



-- 
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