summary refs log tree commit diff
path: root/synapse/storage/schema/delta/15 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Just replace the table definition with the one from full_schema 16David Baker2015-12-021-11/+10
|
* Fix schema delta 15 on postgres in the very unlikley event that anyone ↵David Baker2015-12-021-1/+1
| | | | upgrades to 15...
* Merge branch 'develop' of github.com:matrix-org/synapse into postgresErik Johnston2015-04-281-0/+25
|\
| * Merge branch 'develop' into csauthDavid Baker2015-04-171-0/+30
| |\
| * | Allow multiple pushers for a single app ID & pushkey, honouring the 'append' ↵David Baker2015-03-251-2/+25
| | | | | | | | | | | | flag in the API.
| * | 1) Pushers are now associated with an access tokenDavid Baker2015-03-241-0/+2
| / | | | | | | 2) Change places where we mean unauthenticated to 401, not 403, in C/S v2: hack so it stays as 403 in v1 because web client relies on it.
* | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ↵Erik Johnston2015-04-281-2/+2
| | | | | | | | for a limit
* | Go back to storing JSON in TEXTErik Johnston2015-04-161-1/+1
| |
* | Use LONGBLOB and TEXT for arbitary length rowsErik Johnston2015-04-101-1/+1
| |
* | Merge branch 'develop' of github.com:matrix-org/synapse into mysqlErik Johnston2015-04-071-0/+31
|\|
| * Edit SQL schema to use string IDs not ints. Use token as ID. Update tests.Kegan Dougal2015-03-311-4/+3
| |
| * Use event IDs instead of dumping event content in the txns table.Kegan Dougal2015-03-091-1/+1
| |
| * Finish appservice txn storage impl and tests.Kegan Dougal2015-03-091-1/+1
| |
| * Add appservice txns sql schemaKegan Dougal2015-03-061-0/+31
|
* Add index to presence tableErik Johnston2015-04-071-0/+2