File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
engine/schema/src/main/resources/META-INF/db Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
4141DROP 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 ;
You can’t perform that action at this time.
0 commit comments