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