mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
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:
@@ -3,7 +3,7 @@ package build
|
||||
import "time"
|
||||
|
||||
var (
|
||||
version = ""
|
||||
version = time.Now().Format(time.RFC3339)
|
||||
commit = ""
|
||||
date = ""
|
||||
dateTime time.Time
|
||||
|
Reference in New Issue
Block a user