You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add golang-migrate schema migrations and dedicated migrate image
Introduce db/migrations/ with the initial schema baseline. Dockerfile
gains a multi-stage `migrate` target that bundles the migrate CLI and
SQL files into a ~20MB image. CI builds and pushes both app and migrate
images with matching tags.
Devtest commands now use golang-migrate programmatically instead of
raw schema.sql exec, validating migrations work in dev.
Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
0 commit comments