From 92124a90330b38f6c6cfcde8620d7e0a49dfe008 Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:01:13 +0100 Subject: [PATCH] Update rust/README.md --- rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index e820d1c1114..4fdbb0aedbd 100644 --- a/rust/README.md +++ b/rust/README.md @@ -106,7 +106,7 @@ installing [`cargo-edit`](https://crates.io/crates/cargo-edit) with `cargo insta If you had to do any changes, commit them. If you updated the rust toolchain, running `rust/lint.py` might reformat or apply new lints to the code. 7. Check with CI if everything is in order. -8. Run DCA. Iterate on the code if needed. +8. Run DCA with database caching disabled. Iterate on the code if needed. 9. If in step 5 the schema was updated, add upgrade/downgrade scripts and a change note. This is best done last to reduce the chance of merge conflicts (none of the other testing depends on having upgrade and downgrade scripts in place). See [Upgrading a language database schema](docs/prepare-db-upgrade.md).