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

@ -261,7 +261,7 @@ class User extends AttachmentContainingDBElement implements UserInterface, HasPe
/**
* @var DateTime the time until the password reset token is valid
* @ORM\Column(type="datetime", nullable=true, columnDefinition="DEFAULT NULL")
* @ORM\Column(type="datetime", nullable=true, options={"default": null})
*/
protected $pw_reset_expires;