mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-10 07:52:19 +00:00
6 lines
160 B
Go
6 lines
160 B
Go
//+build ignore
|
|
|
|
package migrations
|
|
|
|
//go:generate flyway -url=jdbc:postgresql://localhost:26257/defaultdb -user=root -password= -locations=filesystem:./ clean
|