Aleksander Machniak
2013-01-11 536d45d3a218a86e4d9dd5ad83fa295c145eab6f
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);