mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 02:24:54 +03:00
55->54
This commit is contained in:
parent
01b270e148
commit
9f747e8651
8 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
|
|
||||||
/* We used to create a table called current_state_resets, but this is no
|
/* We used to create a table called current_state_resets, but this is no
|
||||||
* longer used and is removed in delta 55.
|
* longer used and is removed in delta 54.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* The outlier events that have aquired a state group typically through
|
/* The outlier events that have aquired a state group typically through
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
/* We used to create a tables called event_destinations and
|
/* We used to create a tables called event_destinations and
|
||||||
* state_forward_extremities, but these are no longer used and are removed in
|
* state_forward_extremities, but these are no longer used and are removed in
|
||||||
* delta 55.
|
* delta 54.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS event_forward_extremities(
|
CREATE TABLE IF NOT EXISTS event_forward_extremities(
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* We used to create a tables called event_content_hashes, event_signatures and
|
/* We used to create a tables called event_content_hashes, event_signatures and
|
||||||
* event_edge_hashes, but these are no longer used and are removed in delta 55.
|
* event_edge_hashes, but these are no longer used and are removed in delta 54.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS event_reference_hashes (
|
CREATE TABLE IF NOT EXISTS event_reference_hashes (
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* We used to create a tables called room_hosts and feedback,
|
/* We used to create a tables called room_hosts and feedback,
|
||||||
* but these are no longer used and are removed in delta 55.
|
* but these are no longer used and are removed in delta 54.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS events(
|
CREATE TABLE IF NOT EXISTS events(
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
/* We used to create a tables called event_destinations and
|
/* We used to create a tables called event_destinations and
|
||||||
* state_forward_extremities, but these are no longer used and are removed in
|
* state_forward_extremities, but these are no longer used and are removed in
|
||||||
* delta 55.
|
* delta 54.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS event_forward_extremities(
|
CREATE TABLE IF NOT EXISTS event_forward_extremities(
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* We used to create a tables called event_content_hashes and event_edge_hashes,
|
/* We used to create a tables called event_content_hashes and event_edge_hashes,
|
||||||
* but these are no longer used and are removed in delta 55.
|
* but these are no longer used and are removed in delta 54.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS event_reference_hashes (
|
CREATE TABLE IF NOT EXISTS event_reference_hashes (
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* We used to create a tables called room_hosts and feedback,
|
/* We used to create a tables called room_hosts and feedback,
|
||||||
* but these are no longer used and are removed in delta 55.
|
* but these are no longer used and are removed in delta 54.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS events(
|
CREATE TABLE IF NOT EXISTS events(
|
||||||
|
|
Loading…
Reference in a new issue