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

@ -88,7 +88,7 @@ class Project extends AbstractStructuralDBElement
protected bool $order_only_missing_parts = false;
/**
* @ORM\Column(type="text", nullable=false, columnDefinition="DEFAULT ''")
* @ORM\Column(type="text", nullable=false, options={"default" : ""})
* @Groups({"simple", "extended", "full"})
*/
protected string $description = '';