experimenter
experimenter copied to clipboard
feat(project): add a make refresh_db target
Because:
- make refresh does rebuild the DB but also blows away all containers; and
- I just want to rebuild the DB
This commit:
- adds a make refresh_db (which refresh depends on) that will just recreate the database.
Fixes #11661