You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- Updates from version 0.7
|
|
|
|
DROP INDEX contacts_user_id_idx;
|
|
CREATE INDEX contacts_user_id_idx ON contacts USING btree (user_id, del);
|
|
ALTER TABLE contacts ALTER email TYPE text;
|