mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
feat: prepare for multiple database types (#4068)
BREAKING CHANGE: the database and admin user config has changed.
This commit is contained in:
10
internal/database/cockroach/crdb.go
Normal file
10
internal/database/cockroach/crdb.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package cockroach
|
||||
|
||||
import (
|
||||
"github.com/zitadel/zitadel/internal/database/dialect"
|
||||
)
|
||||
|
||||
func init() {
|
||||
config := &Config{}
|
||||
dialect.Register(config, config, true)
|
||||
}
|
Reference in New Issue
Block a user