chore: add local migrate_local.go again (#1261)

This commit is contained in:
Livio Amstutz
2021-02-08 16:25:24 +01:00
committed by GitHub
parent ad25f35539
commit 9e69d702d4

View File

@@ -0,0 +1,5 @@
//+build ignore
package migrations
//go:generate flyway -url=jdbc:postgresql://localhost:26257/defaultdb -user=root -password= -locations=filesystem:./ migrate