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
|
alter table app_version
|
||||||
add unique(appid, platformid, version_num);
|
add unique(appid, platformid, version_num);
|
||||||
|
|
||||||
alter table category
|
-- alter table category
|
||||||
add unique langID (lang, orderID);
|
-- add unique langID (lang, orderID);
|
||||||
|
|
||||||
alter table forum
|
-- alter table forum
|
||||||
add unique orderID (orderID, category);
|
-- add unique orderID (orderID, category);
|
||||||
|
|
||||||
alter table post
|
-- alter table post
|
||||||
add fulltext content (content);
|
-- add fulltext content (content);
|
||||||
|
|
||||||
alter table user
|
alter table user
|
||||||
add unique(email_addr),
|
add unique(email_addr),
|
||||||
|
|
Loading…
Reference in New Issue