Mercurial > hg > rc2
view SQL/sqlite/2009090400.sql @ 11:aff04b06b685 default tip
various small fixes from upgrades to PHP and/or hangover from fix to apt-get overwrite at beginning of the year somehow
author | Charlie Root |
---|---|
date | Sun, 26 Jan 2025 13:09:03 -0500 |
parents | 4681f974d28b |
children |
line wrap: on
line source
-- Updates from version 0.3-stable DELETE FROM messages; DROP INDEX ix_messages_user_cache_uid; CREATE UNIQUE INDEX ix_messages_user_cache_uid ON messages (user_id,cache_key,uid); CREATE INDEX ix_messages_index ON messages (user_id,cache_key,idx); DROP INDEX ix_contacts_user_id; CREATE INDEX ix_contacts_user_id ON contacts(user_id, email);