- re-fix (#1486474) + require MySQL 4.0.8 + add index/update in identities table

This commit is contained in:
alecpl
2010-03-06 14:13:25 +00:00
parent 1163db99d4
commit 94fe9ca1a8
7 changed files with 30 additions and 25 deletions

View File

@@ -56,7 +56,7 @@ CREATE TABLE identities (
html_signature tinyint NOT NULL default '0'
);
CREATE INDEX ix_identities_user_id ON identities(user_id);
CREATE INDEX ix_identities_user_id ON identities(user_id, del);
-- --------------------------------------------------------