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
Currently we need to run make migrate-up after starting up the server with a fresh db. The go-migrate library provides a library that can run migrations automatically. This will essentially replace the commented out code in internal/api/server.go
Currently we need to run
make migrate-upafter starting up the server with a fresh db. Thego-migratelibrary provides a library that can run migrations automatically. This will essentially replace the commented out code ininternal/api/server.go