You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2011121400.sql 180B

12345
  1. -- Updates from version 0.7
  2. DROP INDEX contacts_user_id_idx;
  3. CREATE INDEX contacts_user_id_idx ON contacts USING btree (user_id, del);
  4. ALTER TABLE contacts ALTER email TYPE text;