mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-09-29 12:28:31 -04:00
Updates to the schema dump script (#13770)
This commit is contained in:
parent
540afb0bfc
commit
b60d47ab2c
3 changed files with 21 additions and 32 deletions
|
@ -26,6 +26,10 @@
|
|||
* (event, state) pair, we can use that stream_ordering to identify when
|
||||
* the new state was assigned for the event.
|
||||
*/
|
||||
|
||||
/* NB: This table belongs to the `main` logical database; it should not be present
|
||||
* in `state`.
|
||||
*/
|
||||
CREATE TABLE IF NOT EXISTS ex_outlier_stream(
|
||||
event_stream_ordering BIGINT PRIMARY KEY NOT NULL,
|
||||
event_id TEXT NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue