Currently, the database is reset everytime the code is rerun. This is to ensure that the database is updated to the latest schema, suitable for development.
However, this is not production-ready. We should either implement a way to migrate the data, or have another way to reset the data on-demand instead of every run.
Currently, the database is reset everytime the code is rerun. This is to ensure that the database is updated to the latest schema, suitable for development.
However, this is not production-ready. We should either implement a way to migrate the data, or have another way to reset the data on-demand instead of every run.