*** empty log message ***

svn path=/trunk/boinc/; revision=2395
This commit is contained in:
Karl Chen 2003-10-03 02:49:26 +00:00
parent ca4aee5e1d
commit a0fb89cf3d
1 changed files with 6 additions and 6 deletions

View File

@ -8,14 +8,14 @@ alter table app
alter table app_version
add unique(appid, platformid, version_num);
alter table category
add unique langID (lang, orderID);
-- alter table category
-- add unique langID (lang, orderID);
alter table forum
add unique orderID (orderID, category);
-- alter table forum
-- add unique orderID (orderID, category);
alter table post
add fulltext content (content);
-- alter table post
-- add fulltext content (content);
alter table user
add unique(email_addr),