Skip to content

Commit

Permalink
DOC Update docs to reflect changes in CLI interaction (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Sep 26, 2024
1 parent 3e9e2c6 commit f3bd5c0
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 f3bd5c0

Please sign in to comment.