This commit is contained in:
Neil Johnson 2019-04-03 16:54:43 +01:00
parent 54c6d6d462
commit 01b270e148
2 changed files with 3 additions and 3 deletions

View file

@ -14,8 +14,8 @@
*/
/* We used to create a table called presence_list, but this is no longer used
* and is removed in delta 55.
/* We used to create a table called current_state_resets, but this is no
* longer used and is removed in delta 55.
*/
/* The outlier events that have aquired a state group typically through

View file

@ -29,4 +29,4 @@ CREATE TABLE IF NOT EXISTS presence_allow_inbound(
);
-- We used to create a table called presence_list, but this is no longer used
-- and is removed in delta 55.
-- and is removed in delta 54.