Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 1 | -19/+0 |
| | | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage. | ||||
* | drop tables listed in #1830 (#4992) | Neil Johnson | 2019-04-08 | 1 | -16/+4 |
| | | | | | | | | | | | | | | | 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 | ||||
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ↵ | Erik Johnston | 2015-04-28 | 1 | -5/+5 |
| | | | | for a limit | ||||
* | Use unsigned bigint | Erik Johnston | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | SQLite wants INTEGER and not BIGINT for primary keys | Erik Johnston | 2015-04-10 | 1 | -2/+2 |
| | |||||
* | Revert non-trivial changes to upgrade scripts | Erik Johnston | 2015-04-10 | 1 | -2/+2 |
| | |||||
* | Remove spurious spaces | Erik Johnston | 2015-04-09 | 1 | -2/+2 |
| | |||||
* | Fix unicode support | Erik Johnston | 2015-04-02 | 1 | -5/+5 |
| | |||||
* | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 1 | -2/+2 |
| | |||||
* | Fix up schemas to work with mariadb | Erik Johnston | 2015-03-19 | 1 | -5/+5 |
| | |||||
* | Update schema to work with mariadb | Erik Johnston | 2015-03-18 | 1 | -11/+8 |
| | |||||
* | SYN-67: Finish up implementing new database schema management | Erik Johnston | 2015-03-04 | 1 | -0/+34 |