Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa67a2 commit 92124a9Copy full SHA for 92124a9
1 file changed
rust/README.md
@@ -106,7 +106,7 @@ installing [`cargo-edit`](https://crates.io/crates/cargo-edit) with `cargo insta
106
If you had to do any changes, commit them. If you updated the rust toolchain, running `rust/lint.py` might reformat or apply new
107
lints to the code.
108
7. Check with CI if everything is in order.
109
-8. Run DCA. Iterate on the code if needed.
+8. Run DCA with database caching disabled. Iterate on the code if needed.
110
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
111
merge conflicts (none of the other testing depends on having upgrade and downgrade scripts in place). See
112
[Upgrading a language database schema](docs/prepare-db-upgrade.md).
0 commit comments