mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2395
This commit is contained in:
parent
ca4aee5e1d
commit
a0fb89cf3d
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue