mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-19 06:46:13 +00:00
chore: pass params in migrate_local.go (#1264)
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
package migrations
|
||||
|
||||
//go:generate flyway -url=jdbc:postgresql://localhost:26257/defaultdb -user=root -password= -locations=filesystem:./ migrate
|
||||
//go:generate flyway -url=jdbc:postgresql://localhost:26257/defaultdb -user=root -password= -locations=filesystem:./ -placeholders.eventstorepassword=NULL -placeholders.managementpassword=NULL -placeholders.adminapipassword=NULL -placeholders.authpassword=NULL -placeholders.notificationpassword=NULL -placeholders.authzpassword=NULL migrate
|
||||
|
Reference in New Issue
Block a user