experimenter icon indicating copy to clipboard operation
experimenter copied to clipboard

feat(project): add a make refresh_db target

Open freshstrangemusic opened this issue 3 months ago • 0 comments

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

freshstrangemusic avatar Oct 31 '24 17:10 freshstrangemusic