- 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

@@ -78,7 +78,7 @@ CREATE TABLE identities (
html_signature integer DEFAULT 0 NOT NULL
);
CREATE INDEX identities_user_id_idx ON identities (user_id);
CREATE INDEX identities_user_id_idx ON identities (user_id, del);
--