Skip to content

Commit

Permalink
Removed the unused position field from the objects entity.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanbaidan committed Jul 9, 2024
1 parent 477a66f commit 31bf473
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Entity/ObjectSuperClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@ class ObjectSuperClass
*/
protected $scope = self::SCOPE_LOCAL;

/**
* @var int
*
* @ORM\Column(name="position", type="smallint", options={"unsigned":true, "default":0})
*/
protected $position = 0;

/**
* @var ArrayCollection|ObjectSuperClass[]
*
Expand Down

0 comments on commit 31bf473

Please sign in to comment.