mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 02:05:16 +02:00
Fixed field ordering on SQLite
This commit is contained in:
parent
5c30210534
commit
62b1e33616
7 changed files with 214 additions and 143 deletions
|
@ -38,7 +38,8 @@ doctrine:
|
|||
string_functions:
|
||||
regexp: DoctrineExtensions\Query\Mysql\Regexp
|
||||
ifnull: DoctrineExtensions\Query\Mysql\IfNull
|
||||
field: App\Doctrine\Functions\CustomField
|
||||
field: DoctrineExtensions\Query\Mysql\Field
|
||||
field2: App\Doctrine\Functions\Field2
|
||||
|
||||
when@test:
|
||||
doctrine:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue