mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 14:17:23 +00:00
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)
|
||
|
}
|