Skip to content

Commit 996a922

Browse files
committed
add_ai_actions.sql: Upper case; empty new line at end of file
1 parent 60024ab commit 996a922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code_samples/ai_actions/config/mysql/add_ai_actions.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ CREATE TABLE ibexa_action_configuration
99
action_handler_identifier VARCHAR(64) NULL,
1010
created_at DATETIME NULL COMMENT '(DC2Type:datetime_immutable)',
1111
updated_at DATETIME NULL COMMENT '(DC2Type:datetime_immutable)',
12-
CONSTRAINT ibexa_action_configuration_identifier_uc UNIQUE (identifier)
12+
CONSTRAINT ibexa_action_configuration_identifier_uc
13+
UNIQUE (identifier)
1314
) COLLATE = utf8mb4_unicode_520_ci;
1415

1516
CREATE INDEX ibexa_action_configuration_enabled_idx

0 commit comments

Comments
 (0)