From 648a1ac53c0f0a4c13543a46a43423107a781416 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 8 Jun 2025 22:49:43 -0700 Subject: [PATCH] Update DEVELOPMENT.md --- DEVELOPMENT.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 8faa16d9..96162389 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -50,11 +50,9 @@ New migrations can be created from the `src-tauri/` directory: npm run migration ``` -Run the app to apply the migrations. +Rerun the app to apply the migrations. -If nothing happens, try `cargo clean` and run the app again. - -_Note: Development builds use a separate database location from production builds._ +_Note: For safety, development builds use a separate database location from production builds._ ## Lezer Grammer Generation