up clean command

This commit is contained in:
Tykayn 2025-07-14 17:40:34 +02:00 committed by tykayn
parent ae8b15e54c
commit ca0ec580f5
2 changed files with 28 additions and 12 deletions

View file

@ -9,6 +9,8 @@ use Doctrine\DBAL\Types\Types;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity(repositoryClass: StatsRepository::class)]
#[ORM\Table(name: 'stats')]
#[ORM\UniqueConstraint(name: 'uniq_stats_zone', columns: ['zone'])]
class Stats
{
#[ORM\Id]