mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Protect internal table against the doctrine migration system.
This commit is contained in:
parent
cd4a1470e3
commit
42c8222e35
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ doctrine:
|
||||||
|
|
||||||
url: '%env(resolve:DATABASE_URL)%'
|
url: '%env(resolve:DATABASE_URL)%'
|
||||||
|
|
||||||
schema_filter: ^(?!internal)
|
#schema_filter: "^(?!internal)"
|
||||||
|
|
||||||
orm:
|
orm:
|
||||||
auto_generate_proxy_classes: true
|
auto_generate_proxy_classes: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue