Aleksander Machniak
2012-10-03 7b274b8871767a9a28e18cb182d8e49f26a61cd7
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);