From b0e20fffa896966634ad3274225c317003331a04 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 18 Nov 2018 18:43:29 +0000 Subject: [PATCH] Fixed index name. --- mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql.sql b/mysql.sql index 23dbb14a..692a8d25 100644 --- a/mysql.sql +++ b/mysql.sql @@ -177,7 +177,7 @@ CREATE TABLE `tt_project_task_binds` ( # Indexes for tt_project_task_binds. create index project_idx on tt_project_task_binds(project_id); create index task_idx on tt_project_task_binds(task_id); -create unique index project_tax_idx on tt_project_task_binds(project_id, task_id); +create unique index project_task_idx on tt_project_task_binds(project_id, task_id); # -- 2.20.1