projects
/
timetracker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e10219
)
Fixed index name.
author
Nik Okuntseff
<support@anuko.com>
Sun, 18 Nov 2018 18:43:29 +0000
(18:43 +0000)
committer
Nik Okuntseff
<support@anuko.com>
Sun, 18 Nov 2018 18:43:29 +0000
(18:43 +0000)
mysql.sql
patch
|
blob
|
history
diff --git
a/mysql.sql
b/mysql.sql
index
23dbb14
..
692a8d2
100644
(file)
--- 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_ta
x
_idx on tt_project_task_binds(project_id, task_id);
+create unique index project_ta
sk
_idx on tt_project_task_binds(project_id, task_id);
#