mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Protect internal table against the doctrine migration system
This commit is contained in:
parent
a40d4df818
commit
cd4a1470e3
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ doctrine:
|
|||
collate: utf8mb4_unicode_ci
|
||||
|
||||
url: '%env(resolve:DATABASE_URL)%'
|
||||
|
||||
schema_filter: ^(?!internal)
|
||||
|
||||
orm:
|
||||
auto_generate_proxy_classes: true
|
||||
naming_strategy: doctrine.orm.naming_strategy.underscore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue