This commit is contained in:
Mark Haines 2017-08-08 16:00:16 +01:00
parent dc18fa960e
commit 0768166cd7

View file

@ -50,6 +50,8 @@ CREATE TABLE IF NOT EXISTS roomserver_membership (
);
`
// Insert a row in to membership table so that it can be locked by the
// SELECT FOR UPDATE
const insertMembershipSQL = "" +
"INSERT INTO roomserver_membership (room_nid, target_nid)" +
" VALUES ($1, $2)" +