summary refs log tree commit diff
path: root/synapse/storage/schema/delta/15 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 upgrad...David Baker2015-12-021-1/+1
* 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
| * | 1) Pushers are now associated with an access tokenDavid Baker2015-03-241-0/+2
| /
* | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ...Erik Johnston2015-04-281-2/+2
* | 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