From c763da5111514cd3c17470be18a940bd88e8691b Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 10 Sep 2024 12:54:00 +1200 Subject: [PATCH] DOC Update docs to reflect changes in CLI interaction --- docs/en/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/index.md b/docs/en/index.md index f068f67..4353164 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -57,7 +57,7 @@ class StaffMember extends DataObject implements RegistryDataInterface **NOTE Nested fields cannot be used in `$searchable_fields` ([see display results with nested values](#display-results-with-nested-values))** -Once that's defined, we run `dev/build` to build the database with the new class. +Once that's defined, we run `sake db:build --flush` to build the database with the new class. ### Managing the data