1
0
mirror of https://github.com/matrix-org/dendrite.git synced 2024-06-26 18:57:10 +00:00
matrix-org.dendrite/src
Mark Haines b91b3e729a Use a shared PostgreSQL sequence to generate ids. (#237)
* Use a shared PostgreSQL sequence to generate ids.

Share an auto incrementing sequnce between the account data and
the room event table.
This means that account data updates can be received independantly of
room events updates.

This should give some basic support for fixing #212

* Remove redundant 'primary key'

* Re-number the SQL arguments

* Fewer lies in comments
2017-09-19 17:15:46 +01:00
..
github.com/matrix-org/dendrite Use a shared PostgreSQL sequence to generate ids. (#237) 2017-09-19 17:15:46 +01:00