MCPcopy 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

28const requiredSchemaVersion = 1
29
30func SchemaVersion() int {
31 return requiredSchemaVersion
32}
33
34func SQLCreateTables() []string {
35 // sqlite ignores n in VARCHAR(n), but setting it as such for consistency with

Callers 1

InitDBFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected