Prototype of the future path to profile edition page.
[platal.git] / upgrade / 0.9.14 / 06_search.sql
... / ...
CommitLineData
1alter table search_name add column soundex char(4) not null;
2alter table search_name add key soundex (soundex);
3alter table search_name add flags set('public') not null default '';
4
5# vim:set syntax=mysql: