Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop tables listed in #1830 (#4992) | Neil Johnson | 2019-04-08 | 12 | -592/+0 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Add comment to schema | Erik Johnston | 2019-03-08 | 1 | -0/+2 |
| | |||||
* | Drop sent_transactions | Aaron Raimist | 2018-12-01 | 1 | -19/+0 |
| | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | copyrights | Matthew Hodgson | 2016-01-07 | 12 | -12/+12 |
| | |||||
* | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ↵ | Erik Johnston | 2015-04-28 | 12 | -121/+121 |
| | | | | for a limit | ||||
* | Add unique index to room_aliases, remove duplicates on upgrade. Convert some ↵ | Erik Johnston | 2015-04-17 | 2 | -2/+2 |
| | | | | columns back to TEXT from bytea | ||||
* | Go back to storing JSON in TEXT | Erik Johnston | 2015-04-16 | 1 | -4/+4 |
| | |||||
* | Change full_schemas/11 to work with postgres | Erik Johnston | 2015-04-15 | 10 | -80/+80 |
| | |||||
* | Use LONGBLOB and TEXT for arbitary length rows | Erik Johnston | 2015-04-10 | 4 | -14/+14 |
| | |||||
* | Use unsigned bigint | Erik Johnston | 2015-04-10 | 7 | -14/+14 |
| | |||||
* | SQLite wants INTEGER and not BIGINT for primary keys | Erik Johnston | 2015-04-10 | 3 | -4/+4 |
| | |||||
* | Fix schema again | Erik Johnston | 2015-04-10 | 2 | -3/+3 |
| | |||||
* | Revert non-trivial schema changes and move them to a new schema version. | Erik Johnston | 2015-04-10 | 7 | -27/+19 |
| | |||||
* | Remove spurious spaces | Erik Johnston | 2015-04-09 | 12 | -43/+43 |
| | |||||
* | Don't use multiple UNIQUE constraints; it will cause deadlocks | Erik Johnston | 2015-04-07 | 2 | -6/+8 |
| | |||||
* | Fix unicode support | Erik Johnston | 2015-04-02 | 12 | -128/+126 |
| | |||||
* | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 12 | -48/+48 |
| | |||||
* | Fix unicode database support | Erik Johnston | 2015-03-25 | 3 | -3/+2 |
| | |||||
* | Fix up schemas some more | Erik Johnston | 2015-03-20 | 2 | -2/+2 |
| | |||||
* | Remove redundant key | Erik Johnston | 2015-03-19 | 1 | -1/+0 |
| | |||||
* | Fix up schemas to work with mariadb | Erik Johnston | 2015-03-19 | 12 | -69/+67 |
| | |||||
* | Update schema to work with mariadb | Erik Johnston | 2015-03-18 | 12 | -208/+184 |
| | |||||
* | Actually add full_schemas dir | Erik Johnston | 2015-03-04 | 12 | -0/+645 |