···1717insert_test_data:
1818 gleam run -m insert_test_data
19192020-# migrate the database and insert test data
2020+# migrate the database
2121prepare-db:
2222 dbmate up
23232424-# delete the existing database and recreate it
2424+# delete the existing database and fully recreate it
2525reset-db:
2626 rm db/data -r
2727 mkdir db/data -p