Name - @MyDailyTaskTrackerBot
- Add new migration -
migrate create -ext sql -dir migration -seq <name>
- Exec migration -
migrate -path /migration -database postgres://<user>:<psswd>@localhost:5432/<dbname>?sslmode=disable up/down
in our casemigrate -path ./migration -database postgres://app:app@localhost:5432/app?sslmode=disable up