You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/configuration.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -293,7 +293,8 @@ module.
293
293
How to Exclude Tables from a Schema Diff
294
294
----------------------------------------
295
295
296
-
The "schema_assets_filter" option can be used to exclude certain tables from being created or deleted in a schema update:
296
+
The "schema_assets_filter" option can be used to exclude certain tables from being deleted in a schema update.
297
+
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.
297
298
298
299
.. code:: php
299
300
@@ -302,7 +303,7 @@ The "schema_assets_filter" option can be used to exclude certain tables from bei
0 commit comments