forked-synapse/synapse/storage/schema
Mark Haines c6a01f2ed0 Add storage module for tracking background updates.
The progress for each background update is stored as a JSON blob in the
database. Each background update is broken up into separate batches.
The batch size is automatically tuned to try avoid blocking single
threaded databases for too long.
2015-11-09 17:26:27 +00:00
..
delta Add storage module for tracking background updates. 2015-11-09 17:26:27 +00:00
full_schemas pushers table requires an access_token 2015-04-29 15:33:27 +01:00
schema_version.sql Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except for a limit 2015-04-28 12:41:33 +01:00