Fix copy&paste mistake

This commit is contained in:
Till Faelligen 2022-07-22 10:27:57 +02:00
parent ed58cae244
commit 66237a0910
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -138,7 +138,7 @@ func NewPostgresCurrentRoomStateTable(db *sql.DB) (tables.CurrentRoomState, erro
m := sqlutil.NewMigrator(db)
m.AddMigrations(sqlutil.Migration{
Version: "syncapi: add history visibility column (current_room_state)",
Up: deltas.UpAddHistoryVisibilityColumnOutputRoomEvents,
Up: deltas.UpAddHistoryVisibilityColumnCurrentRoomState,
})
err = m.Up(context.Background())
if err != nil {