refactor: rename option fields to avoid sql database quoting
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/index/index_meta.go → internal/index/index_meta.go
@@ -11,7 +11,7 @@ "github.com/Southclaws/fault" "github.com/Southclaws/fault/fmsg" ) -const CurrentSchemaVersion = 6 +const CurrentSchemaVersion = 7 type SourceMeta struct { ImportedAt time.Time