Skip to content

Commit efcdef6

Browse files
committed
typo fix
1 parent b0b354b commit efcdef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/sql/mysql/testlink_create_tables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ CREATE TABLE /*prefix*/baseline_l1l2_context (
806806
end_exec_ts timestamp NOT NULL,
807807
creation_ts timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
808808
PRIMARY KEY (id),
809-
UNIQUE KEY udx1 (testplan_id,platform_id,creation_ts),
809+
UNIQUE KEY udx1 (testplan_id,platform_id,creation_ts)
810810
) DEFAULT CHARSET=utf8;
811811

812812

0 commit comments

Comments
 (0)