Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganise the database schema directories (#9932) | Richard van der Hoff | 2021-05-07 | 1 | -8/+0 |
| | | | | | The hope here is that by moving all the schema files into synapse/storage/schema, it gets a bit easier for newcomers to navigate. It certainly got easier for me to write a helpful README. There's more to do on that front, but I'll follow up with other PRs for that. | ||||
* | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 19 | -3000/+8 |
| | | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage. | ||||
* | fix maybe | Amber H. Brown | 2019-06-07 | 1 | -20/+2 |
| | |||||
* | just user dir? | Amber H. Brown | 2019-06-07 | 1 | -1/+19 |
| | |||||
* | remove background updates that arent needed | Amber H. Brown | 2019-06-07 | 1 | -33/+1 |
| | |||||
* | add more comments | Amber Brown | 2019-06-06 | 1 | -0/+5 |
| | |||||
* | add stuff in bg updates | Amber Brown | 2019-06-04 | 1 | -10/+62 |
| | |||||
* | WHY IS THIS CALLED A SLIGHTLY DIFFERENT THING | Amber Brown | 2019-06-03 | 1 | -0/+1 |
| | |||||
* | more fix | Amber Brown | 2019-06-03 | 1 | -0/+38 |
| | |||||
* | fix schemas | Amber Brown | 2019-06-03 | 3 | -59/+18 |
| | |||||
* | full schema | Amber Brown | 2019-06-03 | 3 | -0/+2315 |
| | |||||
* | Remove unused server_tls_certificates functions (#5028) | Richard van der Hoff | 2019-04-08 | 1 | -8/+3 |
| | | | | These have been unused since #4120, and with the demise of perspectives, it is unlikely that they will ever be used again. | ||||
* | drop tables listed in #1830 (#4992) | Neil Johnson | 2019-04-08 | 17 | -670/+17 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Remove presence lists (#4989) | Neil Johnson | 2019-04-03 | 1 | -10/+2 |
| | | | Remove presence list support as per MSC 1819 | ||||
* | Add comment to schema | Erik Johnston | 2019-03-08 | 1 | -0/+2 |
| | |||||
* | Drop sent_transactions | Aaron Raimist | 2018-12-01 | 2 | -38/+0 |
| | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | Create the column nullable | Richard van der Hoff | 2018-07-26 | 1 | -1/+6 |
| | | | | | There's no real point in ever making the column non-nullable, and doing so breaks the sytests. | ||||
* | comment on event_edges | Richard van der Hoff | 2018-07-26 | 1 | -1/+2 |
| | |||||
* | copyrights | Matthew Hodgson | 2016-01-07 | 26 | -26/+26 |
| | |||||
* | pushers table requires an access_token | Erik Johnston | 2015-04-29 | 1 | -0/+1 |
| | |||||
* | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ↵ | Erik Johnston | 2015-04-28 | 26 | -260/+260 |
| | | | | for a limit | ||||
* | Add unique index to room_aliases, remove duplicates on upgrade. Convert some ↵ | Erik Johnston | 2015-04-17 | 5 | -4/+8 |
| | | | | columns back to TEXT from bytea | ||||
* | Go back to storing JSON in TEXT | Erik Johnston | 2015-04-16 | 3 | -9/+9 |
| | |||||
* | Change full_schemas/11 to work with postgres | Erik Johnston | 2015-04-15 | 12 | -83/+86 |
| | |||||
* | Add index on events (topological_ordering, stream_ordering) to help with ↵ | Erik Johnston | 2015-04-15 | 1 | -0/+1 |
| | | | | ORDER BY clauses | ||||
* | Rename user_ips.user -> user_id | Erik Johnston | 2015-04-14 | 1 | -3/+3 |
| | |||||
* | Add support for postgres instead of mysql. Change sql accourdingly. blob + ↵ | Erik Johnston | 2015-04-14 | 12 | -97/+97 |
| | | | | varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS. | ||||
* | For backwards compat, make state_groups.id have a type of int, not varchar | Erik Johnston | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | DROP indexes before recreating them | Erik Johnston | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Use LONGBLOB and TEXT for arbitary length rows | Erik Johnston | 2015-04-10 | 10 | -31/+31 |
| | |||||
* | Use unsigned bigint | Erik Johnston | 2015-04-10 | 16 | -41/+41 |
| | |||||
* | SQLite wants INTEGER and not BIGINT for primary keys | Erik Johnston | 2015-04-10 | 3 | -4/+4 |
| | |||||
* | Update full_schemas/16 to match delta files. Add delta/16 scripts | Erik Johnston | 2015-04-10 | 3 | -0/+123 |
| | |||||
* | 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 | 19 | -27/+636 |
| | |||||
* | 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 |