Mercurial > hg > rc2
view SQL/postgres/2010100600.sql @ 3:bb8aca0e35ee
don't break when sorting dates
author | Charlie Root |
---|---|
date | Wed, 17 Jan 2018 09:17:04 -0500 |
parents | 4681f974d28b |
children |
line wrap: on
line source
-- 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;