projects
/
platal.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Close #132 and add soundex search for quick search
[platal.git]
/
upgrade
/
0.9.14
/
06_search.sql
Commit
Line
Data
94f6c381
1
alter table search_name add column soundex char(4) not null;
2
alter table search_name add key soundex (soundex);
3
4
# vim:set syntax=mysql: