forked-synapse/synapse/storage/schema/delta/54
Richard van der Hoff b75537beaf Store key validity time in the storage layer
This is a first step to checking that the key is valid at the required moment.

The idea here is that, rather than passing VerifyKey objects in and out of the
storage layer, we instead pass FetchKeyResult objects, which simply wrap the
VerifyKey and add a valid_until_ts field.
2019-05-23 11:52:22 +01:00
..
account_validity.sql Send out emails with links to extend an account's validity period 2019-04-17 14:42:20 +01:00
add_validity_to_server_keys.sql Store key validity time in the storage layer 2019-05-23 11:52:22 +01:00
drop_legacy_tables.sql Fix schema upgrade when dropping tables 2019-04-09 14:39:18 +01:00
drop_presence_list.sql Remove presence lists (#4989) 2019-04-03 11:11:15 +01:00
relations.sql Add simple send_relation API and track in DB 2019-05-15 13:36:51 +01:00
stats.sql Room Statistics (#4338) 2019-05-21 11:36:50 -05:00