Skip to content

Commit

Permalink
BUGFIX: Avoid that doctrine:migrationgenerate drops pure dbal tables
Browse files Browse the repository at this point in the history
Resolves: neos#5391
  • Loading branch information
mhsdesign committed Dec 4, 2024
1 parent 2d735b2 commit cf5b34e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Neos.Neos/Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,14 @@ Neos:
neos-site: Sites
neos-plugin: Plugins

persistence:
doctrine:
migrations:
ignoredTables:
'neos_asset_usage': true
'neos_neos_workspace_metadata': true
'neos_neos_workspace_role': true

Fusion:
rendering:
exceptionHandler: Neos\Fusion\Core\ExceptionHandlers\ThrowingHandler
Expand Down

0 comments on commit cf5b34e

Please sign in to comment.