Files
zitadel/migrations/sqlite/clean_local.go
2020-09-30 10:00:05 +02:00

6 lines
160 B
Go

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