Aleksander Machniak
2012-12-15 c0208002a804aa36cf6891e9875e2f8adc0deb2d
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);