Added migrations for sqlite

This commit is contained in:
Jan Böhmer 2023-04-03 00:47:51 +02:00
parent 0feb9661df
commit 8e2f297839
5 changed files with 511 additions and 6 deletions

View file

@ -99,7 +99,7 @@ class Storelocation extends AbstractPartsContainingDBElement
/**
* @var bool If this is set to true, only parts lots, which are owned by the same user as the store location are allowed to be stored here.
* @ORM\Column(type="boolean")
* @ORM\Column(type="boolean", options={"default"=false})
*/
protected bool $part_owner_must_match = false;