summary refs log tree commit diff
path: root/synapse/storage/schema/delta/15 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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