thomascube
2010-11-24 e363b0d3f945f62c680d8a40c0119a2ffc77d2ee
SQL/postgres.update.sql
@@ -86,4 +86,5 @@
DROP INDEX users_username_id_idx;
ALTER TABLE users ADD UNIQUE (username, mail_host);
ALTER TABLE contacts ALTER email TYPE varchar(255);