Skip to content

Commit 74aa076

Browse files
Fix sql
1 parent 8186b6a commit 74aa076

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-42010to42100.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ CREATE TABLE IF NOT EXISTS `cloud`.`extension_resource_map` (
7171
PRIMARY KEY (`id`),
7272
CONSTRAINT `fk_extension_resource_map__extension_id` FOREIGN KEY (`extension_id`)
7373
REFERENCES `cloud`.`extension`(`id`) ON DELETE CASCADE,
74-
INDEX `idx_extension_resource` (`resource_id`, `resource_type`),
74+
INDEX `idx_extension_resource` (`resource_id`, `resource_type`)
7575
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
7676

7777
CREATE TABLE `cloud`.`extension_resource_map_details` (

0 commit comments

Comments
 (0)