mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-22 10:59:31 +00:00
Properly mark the tinyint column with a comment, so that migrations can properly detect that no changes are needed
This commit is contained in:
parent
aaf6c37871
commit
342ed382e3
5 changed files with 83 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ doctrine:
|
|||
class: App\Doctrine\Types\UTCDateTimeType
|
||||
big_decimal:
|
||||
class: App\Doctrine\Types\BigDecimalType
|
||||
tinyint:
|
||||
class: App\Doctrine\Types\TinyIntType
|
||||
|
||||
schema_filter: ~^(?!internal)~
|
||||
# Only enable this when needed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue