mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +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
|