Changeset 565c472 in github for SQL/postgres.update.sql


Ignore:
Timestamp:
Aug 6, 2012 5:08:58 AM (10 months ago)
Author:
Aleksander Machniak <alec@…>
Children:
c41a86e5
Parents:
83121ec
Message:

Removed users.alias column, added option ('user_aliases')
to use email address from identities as username (#1488581)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SQL/postgres.update.sql

    r83121ec r565c472  
    181181ALTER TABLE cache DROP COLUMN cache_id; 
    182182DROP SEQUENCE cache_ids; 
     183 
     184ALTER TABLE users DROP COLUMN alias; 
     185CREATE INDEX identities_email_idx ON identities (email, del); 
Note: See TracChangeset for help on using the changeset viewer.