diff options
Diffstat (limited to 'SQL/postgres.initial.sql')
-rw-r--r-- | SQL/postgres.initial.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SQL/postgres.initial.sql b/SQL/postgres.initial.sql index a52a01f91..c634b4b3b 100644 --- a/SQL/postgres.initial.sql +++ b/SQL/postgres.initial.sql @@ -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); -- |