Skip to content

Petryashin/TaskTrackerBot

Repository files navigation

TaskTrekerBot

Name - @MyDailyTaskTrackerBot

Pipeline status

Migration commands

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

About

Telegram Bot for the task tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published