mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-08 08:18:08 +01:00
Added migrations for sqlite
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user