zitadel/migrations/cockroach/migrate_local.go

6 lines
162 B
Go
Raw Normal View History

//+build ignore
package migrations
//go:generate flyway -url=jdbc:postgresql://localhost:26257/defaultdb -user=root -password= -locations=filesystem:./ migrate