aleksander Machniak
2012-09-18 e3dd1b77390c3d060ee0b18bfe287ed5078c5dc7
SQL/postgres.update.sql
@@ -180,3 +180,6 @@
ALTER TABLE cache DROP COLUMN cache_id;
DROP SEQUENCE cache_ids;
ALTER TABLE users DROP COLUMN alias;
CREATE INDEX identities_email_idx ON identities (email, del);