mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +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
|
collate: utf8mb4_unicode_ci
|
||||||
|
|
||||||
url: '%env(resolve:DATABASE_URL)%'
|
url: '%env(resolve:DATABASE_URL)%'
|
||||||
|
|
||||||
|
schema_filter: ^(?!internal)
|
||||||
|
|
||||||
orm:
|
orm:
|
||||||
auto_generate_proxy_classes: true
|
auto_generate_proxy_classes: true
|
||||||
naming_strategy: doctrine.orm.naming_strategy.underscore
|
naming_strategy: doctrine.orm.naming_strategy.underscore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue