diff options
author | Erik Johnston <erik@matrix.org> | 2019-04-01 10:16:13 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-04-01 15:23:01 +0100 |
commit | 1666c0696a8891d39fd308e38e1b9b0042cabe34 (patch) | |
tree | 8e31b63f8fc789e27610e561ed1b1522cf45f497 /synapse/storage/schema/delta | |
parent | Merge pull request #4968 from Jurrie/feature/fix_small_stuff_in_Docker_README.md (diff) | |
download | synapse-1666c0696a8891d39fd308e38e1b9b0042cabe34.tar.xz |
Track IS used to bind 3PIDs
This will then be used to know which IS to default to when unbinding the threepid.
Diffstat (limited to 'synapse/storage/schema/delta')
-rw-r--r-- | synapse/storage/schema/delta/53/user_threepid_id.sql | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/synapse/storage/schema/delta/53/user_threepid_id.sql b/synapse/storage/schema/delta/53/user_threepid_id.sql new file mode 100644 |