Skip to content

Commit f9b98d7

Browse files
author
Daman Arora
committed
Update charset
1 parent 3bb4d02 commit f9b98d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CREATE TABLE IF NOT EXISTS `cloud`.`kubernetes_cluster_affinity_group_map` (
3535
CONSTRAINT `fk_kubernetes_cluster_ag_map__ag_id` FOREIGN KEY (`affinity_group_id`) REFERENCES `affinity_group`(`id`) ON DELETE CASCADE,
3636
INDEX `i_kubernetes_cluster_ag_map__cluster_id`(`cluster_id`),
3737
INDEX `i_kubernetes_cluster_ag_map__ag_id`(`affinity_group_id`)
38-
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
38+
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3939

4040
-- Create webhook_filter table
4141
DROP TABLE IF EXISTS `cloud`.`webhook_filter`;
@@ -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=utf8mb4;
54+
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

0 commit comments

Comments
 (0)