Skip to content

Commit

Permalink
DOC Update docs to reflect changes in CLI interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Sep 10, 2024
1 parent bd7730b commit c763da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c763da5

Please sign in to comment.