mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01: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:
@@ -160,7 +160,7 @@ abstract class AbstractLogEntry extends AbstractDBElement
|
||||
protected ?DateTime $timestamp = null;
|
||||
|
||||
/** @var int The priority level of the associated level. 0 is highest, 7 lowest
|
||||
* @ORM\Column(type="integer", name="level", columnDefinition="TINYINT(4) NOT NULL")
|
||||
* @ORM\Column(type="tinyint", name="level", nullable=false)
|
||||
*/
|
||||
protected int $level;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user