mirror of https://github.com/BOINC/boinc.git
fixed semicolons should be colons
This commit is contained in:
parent
9593f1848c
commit
fd3fb65047
|
@ -186,8 +186,8 @@ alter table private_messages
|
|||
add index userid(userid);
|
||||
|
||||
alter table consent
|
||||
add index userid_ctid(userid, consent_type_id);
|
||||
add index consent_timestamp(consent_time);
|
||||
add index userid_ctid(userid, consent_type_id),
|
||||
add index consent_timestamp(consent_time),
|
||||
add index flag_ctid(consent_flag, consent_type_id);
|
||||
|
||||
alter table consent
|
||||
|
|
Loading…
Reference in New Issue