ardanlabs / service

Starter-kit for writing services in Go using Kubernetes.

Home Page:https://www.ardanlabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiple migrations

andresmijares opened this issue · comments

have anyone run into the issue of exec make migrate more than once? I'm getting

{"level":"error","ts":"2022-09-26T11:36:59.768-0400","caller":"api/main.go:32","msg":"startup","service":"ADMIN","ERROR":"migrating database: migrate database: Invalid cheksum for migration 1.300000"}

basically the script only works once, adding multiple migration doesnt work, any ideas?