Logo
Explore Help
Sign In
TheArchive/zitadel
1
0
Fork 0
You've already forked zitadel
mirror of https://github.com/zitadel/zitadel.git synced 2025-08-12 06:27:33 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
362420f62bdc1b7f4780504d17c3743a8e5f5d04
zitadel/backend/v3/storage/database/migration.go

9 lines
155 B
Go
Raw Normal View History

feat: init migrations for transactional tables (#9946) # 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
2025-05-26 08:20:14 +02:00
package database
import "context"
type Migrator interface {
// Migrate executes migrations to setup the database.
Migrate(ctx context.Context) error
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.4 Page: 126ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API