mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
Fix snapshot sequence name
This commit is contained in:
parent
42b3dc5abe
commit
efec056a8f
|
|
@ -199,7 +199,7 @@ func UpStateBlocksRefactor(tx *sql.Tx) error {
|
|||
|
||||
if _, err = tx.Exec(`
|
||||
DROP TABLE _roomserver_state_snapshots;
|
||||
DROP SEQUENCE roomserver_state_snapshots_nid_seq;
|
||||
DROP SEQUENCE roomserver_state_snapshot_nid_seq;
|
||||
`); err != nil {
|
||||
return fmt.Errorf("tx.Exec (delete old snapshot table): %w", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue