We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8186b6a commit 74aa076Copy full SHA for 74aa076
engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql
@@ -71,7 +71,7 @@ CREATE TABLE IF NOT EXISTS `cloud`.`extension_resource_map` (
71
PRIMARY KEY (`id`),
72
CONSTRAINT `fk_extension_resource_map__extension_id` FOREIGN KEY (`extension_id`)
73
REFERENCES `cloud`.`extension`(`id`) ON DELETE CASCADE,
74
- INDEX `idx_extension_resource` (`resource_id`, `resource_type`),
+ INDEX `idx_extension_resource` (`resource_id`, `resource_type`)
75
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
76
77
CREATE TABLE `cloud`.`extension_resource_map_details` (
0 commit comments