Aleksander Machniak
2012-10-20 0768134de16b1c75a1908da09f58cd627f2330b0
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);