Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/perkeep/perkeep
/ SchemaVersion
Function
SchemaVersion
pkg/sorted/sqlite/dbschema.go:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
const
requiredSchemaVersion = 1
29
30
func
SchemaVersion() int {
31
return
requiredSchemaVersion
32
}
33
34
func
SQLCreateTables() []string {
35
// sqlite ignores n in VARCHAR(n), but setting it as such for consistency with
Callers
1
InitDB
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected