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 2019/05/13 22:26:16 UTC

[GitHub] [cloudstack] nvazquez commented on a change in pull request #3153: DPDK vHost User mode selection

nvazquez commented on a change in pull request #3153: DPDK vHost User mode selection
URL: https://github.com/apache/cloudstack/pull/3153#discussion_r283561899
 
 

 ##########
 File path: engine/schema/src/main/resources/META-INF/db/schema-41200to41300.sql
 ##########
 @@ -19,3 +19,5 @@
 -- Schema upgrade from 4.12.0.0 to 4.13.0.0
 --;
 
+-- DPDK client and server mode support
+ALTER TABLE `cloud`.`service_offering_details` CHANGE COLUMN `value` `value` VARCHAR(5120) NOT NULL;
 
 Review comment:
   Done, thanks

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services