package main import ( "fmt" "gitea.michaelthomson.dev/mthomson/habits/internal/migrate" ) func main() { migrate.Migrate(); }