You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- Updates from version 0.4.2
|
|
|
|
DROP INDEX users_username_id_idx;
|
|
ALTER TABLE users ADD CONSTRAINT users_username_key UNIQUE (username, mail_host);
|
|
ALTER TABLE contacts ALTER email TYPE varchar(255);
|
|
|
|
TRUNCATE messages;
|