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 60024ab commit 996a922Copy full SHA for 996a922
code_samples/ai_actions/config/mysql/add_ai_actions.sql
@@ -9,7 +9,8 @@ CREATE TABLE ibexa_action_configuration
9
action_handler_identifier VARCHAR(64) NULL,
10
created_at DATETIME NULL COMMENT '(DC2Type:datetime_immutable)',
11
updated_at DATETIME NULL COMMENT '(DC2Type:datetime_immutable)',
12
- CONSTRAINT ibexa_action_configuration_identifier_uc UNIQUE (identifier)
+ CONSTRAINT ibexa_action_configuration_identifier_uc
13
+ UNIQUE (identifier)
14
) COLLATE = utf8mb4_unicode_520_ci;
15
16
CREATE INDEX ibexa_action_configuration_enabled_idx
0 commit comments