Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b79499d

Browse files
committed
fix: restart the history with v3 file format
1 parent 2079157 commit b79499d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/history/store.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import (
1818
"github.com/boringsql/dryrun/internal/schema"
1919
)
2020

21-
// database version that goes into PRAGMA
22-
const HistorySchemaVersion = 1
21+
// PRAGMA user_version; 1-2 were the rust codebase, need to restart from 3
22+
const HistorySchemaVersion = 3
2323

2424
type (
2525
Compat int

0 commit comments

Comments
 (0)