Replace go-migrate with morph (#19116)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c8198fbefe
Коммит
6595b31f23
2
Makefile
2
Makefile
@@ -292,7 +292,7 @@ new-migration: migration-prereqs ## Creates a new migration
|
||||
@echo "Generating new migration for postgres"
|
||||
$(GOBIN)/migrate create -ext sql -dir db/migrations/postgres -seq $(name)
|
||||
|
||||
@echo "When you are done writing your migration, run 'make migrations'"
|
||||
@echo "When you are done writing your migration, run 'make migrations-bindata'"
|
||||
|
||||
migrations-bindata: ## Generates bindata migrations
|
||||
$(GO) get -modfile=go.tools.mod github.com/go-bindata/go-bindata/...
|
||||
|
||||
Ссылка в новой задаче
Block a user