Aleksander Machniak
2012-08-06 83121ece3348bfe09bb1026eace79a74a5ccf2c9
SQL/postgres.update.sql
@@ -175,3 +175,8 @@
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;
-- Updates from version 0.8
ALTER TABLE cache DROP COLUMN cache_id;
DROP SEQUENCE cache_ids;