We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2079157 commit b79499dCopy full SHA for b79499d
1 file changed
internal/history/store.go
@@ -18,8 +18,8 @@ import (
18
"github.com/boringsql/dryrun/internal/schema"
19
)
20
21
-// database version that goes into PRAGMA
22
-const HistorySchemaVersion = 1
+// PRAGMA user_version; 1-2 were the rust codebase, need to restart from 3
+const HistorySchemaVersion = 3
23
24
type (
25
Compat int
0 commit comments