mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
f610d48569
BREAKING CHANGE: the database and admin user config has changed.
11 lines
164 B
Go
11 lines
164 B
Go
package cockroach
|
|
|
|
import (
|
|
"github.com/zitadel/zitadel/internal/database/dialect"
|
|
)
|
|
|
|
func init() {
|
|
config := &Config{}
|
|
dialect.Register(config, config, true)
|
|
}
|