Pearl1594 commented on code in PR #12386:
URL: https://github.com/apache/cloudstack/pull/12386#discussion_r2729112170
##########
engine/schema/src/main/resources/META-INF/db/schema-42210to42300.sql:
##########
@@ -38,4 +51,4 @@ CREATE TABLE IF NOT EXISTS `cloud`.`webhook_filter` (
PRIMARY KEY (`id`),
INDEX `i_webhook_filter__webhook_id`(`webhook_id`),
CONSTRAINT `fk_webhook_filter__webhook_id` FOREIGN KEY(`webhook_id`)
REFERENCES `webhook`(`id`) ON DELETE CASCADE
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Review Comment:
any particular reason this was changed?
--
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]