Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop tables listed in #1830 (#4992) | Neil Johnson | 2019-04-08 | 1 | -8/+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 | ||||
* | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ↵ | Erik Johnston | 2015-04-28 | 1 | -10/+10 |
| | | | | for a limit | ||||
* | Add unique index to room_aliases, remove duplicates on upgrade. Convert some ↵ | Erik Johnston | 2015-04-17 | 2 | -0/+11 |
| | | | | columns back to TEXT from bytea | ||||
* | Remove mysql/maria support | Erik Johnston | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | Change full_schemas/11 to work with postgres | Erik Johnston | 2015-04-15 | 1 | -1/+4 |
| | |||||
* | 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 |
| | |||||
* | Remove duplicate rows | Erik Johnston | 2015-04-10 | 1 | -0/+9 |
| | |||||
* | DROP indexes before recreating them | Erik Johnston | 2015-04-10 | 1 | -0/+8 |
| | |||||
* | Use unsigned bigint | Erik Johnston | 2015-04-10 | 1 | -4/+4 |
| | |||||
* | Update full_schemas/16 to match delta files. Add delta/16 scripts | Erik Johnston | 2015-04-10 | 3 | -0/+122 |