Skip to content

Commit

Permalink
Update schema_assets_filter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ittmann authored and TomHAnderson committed Jun 9, 2023
1 parent 1ca9cf4 commit d0a100d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ How to Exclude Tables from a Schema Diff
----------------------------------------

The "schema_assets_filter" option can be used to exclude certain tables from being deleted in a schema update.
It should be set with a filter callback that will receive the table name and should return `false` for any tables that must be excluded.
It should be set with a filter callback that will receive the table name and should return `false` for any tables that must be excluded and `true` for any other tables.

.. code:: php
Expand Down

0 comments on commit d0a100d

Please sign in to comment.