| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This is in preparation for having multiple data stores that offer
different functionality, e.g. splitting out state or event storage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tables dropped:
* application_services,
* application_services_regex,
* transaction_id_to_pdu,
* stats_reporting
* current_state_resets
* event_content_hashes
* event_destinations
* event_edge_hashes
* event_signatures
* feedback
* room_hosts
* state_forward_extremities
|
|
|
|
| |
Let's use simplejson rather than json, for consistency.
|
| |
|
| |
|
|
|
|
| |
give the python db upgrade scripts the database engine so they can convert parameter strings, and add *args **kwargs to the upgrade function so we can add more args in future and previous scripts will ignore them.
|
| |
|
| |
|
| |
|
|
|