all repos — searchix @ 35226fd9989a28f813380e665a026caf427cb549

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: store import timestamp on entities

Alan Pearce
commit

35226fd9989a28f813380e665a026caf427cb549

parent

a3d4d48317310712ba8e98c0288d7eb84f9efafd

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/index/index_meta.gointernal/index/index_meta.go
@@ -11,7 +11,7 @@ "github.com/Southclaws/fault"
"github.com/Southclaws/fault/fmsg" ) -const CurrentSchemaVersion = 8 +const CurrentSchemaVersion = 9 type SourceMeta struct { IndexedAt time.Time