summary refs log tree commit diff
path: root/synapse/storage/schema/delta/15 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use bytea rather than BLOBMark Haines2015-04-291-1/+1
* Merge branch 'develop' into key_distributionMark Haines2015-04-293-5/+33
|\
| * 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
| |\|
| * | Add index to presence tableErik Johnston2015-04-071-0/+2
| /
* / Add server_keys.sql to the current delta rather than creating a new deltaMark Haines2015-04-281-0/+24
|/
* 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