refactor: remove unused metadata entry
1 file changed, 4 insertions(+), 5 deletions(-)
changed files
M internal/index/index_meta.go → internal/index/index_meta.go
@@ -11,13 +11,12 @@ "gitlab.com/tozd/go/errors" ) -const CurrentSchemaVersion = 4 +const CurrentSchemaVersion = 5 type SourceMeta struct { - Updated time.Time - Path string - Rev string - ProgramsPath string + Updated time.Time + Path string + Rev string } type data struct {