forked-synapse/synapse/storage/schema/delta/37
Erik Johnston 1fc1bc2a51 Fix user_threepids schema delta
The delta `37/user_threepids.sql` aimed to update all the email
addresses to be lower case, however duplicate emails may exist in the
table already.

This commit adds a step where the delta moves the duplicate emails to a
new `medium` `email_old`. Only the most recently used account keeps the
binding intact. We move rather than delete so that we retain some record
of which emails were associated with which account.
2016-10-27 14:14:44 +01:00
..
remove_auth_idx.py Bump schema version 2016-10-17 11:17:45 +01:00
user_threepids.sql Fix user_threepids schema delta 2016-10-27 14:14:44 +01:00