mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-09 04:43:39 +00:00
chore: pass params in migrate_local.go (#1264)
This commit is contained in:
parent
9e69d702d4
commit
823f8cc751
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user