fix: improve startup times by initializing projection tables during setup (#4642)

* fix: improve startup times by initializing projections table during setup

* add missing file
This commit is contained in:
Livio Spring
2022-11-04 10:21:58 +01:00
committed by GitHub
parent e15e733cc3
commit c791f6de58
12 changed files with 285 additions and 66 deletions

View File

@@ -3,7 +3,7 @@ package build
import "time"
var (
version = ""
version = time.Now().Format(time.RFC3339)
commit = ""
date = ""
dateTime time.Time