Summary
Currently if I switch to a newer version of the CLI where there are schema changes, the CLI breaks.
The migration should probably be as a part of the infer init --overwrite command to also run the database migrations. Focus on sqlite but also ensure the system support multiple database migrations like postgres etc..
Acceptance Criteria