Skip to content

Commit 6d8a7d8

Browse files
author
Daman Arora
committed
revert charset of webhook_filter table to utf8mb4
1 parent 1be8744 commit 6d8a7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/resources/META-INF/db/schema-42210to42300.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ CREATE TABLE IF NOT EXISTS `cloud`.`webhook_filter` (
5151
PRIMARY KEY (`id`),
5252
INDEX `i_webhook_filter__webhook_id`(`webhook_id`),
5353
CONSTRAINT `fk_webhook_filter__webhook_id` FOREIGN KEY(`webhook_id`) REFERENCES `webhook`(`id`) ON DELETE CASCADE
54-
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
54+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

0 commit comments

Comments
 (0)