weizhouapache commented on code in PR #13032:
URL: https://github.com/apache/cloudstack/pull/13032#discussion_r3334225359


##########
setup/db/create-schema.sql:
##########
@@ -2120,6 +2120,7 @@ CREATE TABLE `cloud`.`physical_network_service_providers` 
(
   `user_data_service_provided` tinyint(1) unsigned NOT NULL DEFAULT 0 COMMENT 
'Is UserData service provided',
   `security_group_service_provided` tinyint(1) unsigned NOT NULL DEFAULT 0 
COMMENT 'Is SG service provided',
   `networkacl_service_provided` tinyint(1) unsigned NOT NULL DEFAULT 0 COMMENT 
'Is Network ACL service provided',
+  `custom_action_service_provided` tinyint(1) unsigned NOT NULL DEFAULT 0 
COMMENT 'Is Custom Action service provided',

Review Comment:
   it is not needed here. removing it



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to