Skip to content

Commit

Permalink
Update synapse/storage/schema/state/delta/89/01_state_groups_deletion…
Browse files Browse the repository at this point in the history
….sql

Co-authored-by: Devon Hudson <[email protected]>
  • Loading branch information
erikjohnston and devonh authored Feb 1, 2025
1 parent 158a893 commit fbfa7c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ CREATE INDEX state_groups_pending_deletion_insertion_ts ON state_groups_pending_

-- Holds the state groups the worker is currently persisting.
--
-- The `sequence_number` column *must* be updated whenever a state group may
-- have become referenced.
-- The `sequence_number` column of the `state_groups_pending_deletion` table
-- *must* be updated whenever a state group may have become referenced.
CREATE TABLE IF NOT EXISTS state_groups_persisting (
state_group BIGINT NOT NULL,
instance_name TEXT NOT NULL,
Expand Down

0 comments on commit fbfa7c9

Please sign in to comment.