summary refs log tree commit diff
path: root/synapse/storage/schema/delta/15/appservice_txns.sql (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyrightsMatthew Hodgson2016-01-071-1/+1
* 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-8/+9
* 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