mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:27:31 +00:00

# Which Problems Are Solved To start with transactional tables we need to setup the new `zitadel` schema in a way that does not rely on the event store later. # How the Problems Are Solved Setup step added which calls the function which executes the migrations. # Additional Changes none # Additional Context - closes #9933
11 lines
264 B
Go
11 lines
264 B
Go
// huhu thanks for looking at this.
|
|
// you can find more comments and doc.go files in the v3 package.
|
|
// to get an overview i would start in the api package.
|
|
package main
|
|
|
|
// import "github.com/zitadel/zitadel/backend/cmd"
|
|
|
|
// func main() {
|
|
// cmd.Execute()
|
|
// }
|