File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ installing [`cargo-edit`](https://crates.io/crates/cargo-edit) with `cargo insta
106106 If you had to do any changes, commit them. If you updated the rust toolchain, running ` rust/lint.py ` might reformat or apply new
107107 lints to the code.
1081087 . Check with CI if everything is in order.
109- 8 . Run DCA. Iterate on the code if needed.
109+ 8 . Run DCA with database caching disabled . Iterate on the code if needed.
1101109 . 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
111111merge conflicts (none of the other testing depends on having upgrade and downgrade scripts in place). See
112112[ Upgrading a language database schema] ( docs/prepare-db-upgrade.md ) .
You can’t perform that action at this time.
0 commit comments