4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 13:16:37 +00:00

Minor change to make schema match migrations.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-09-21 11:28:51 -05:00
parent 2a3f6574d6
commit f3626dca7a
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E

View File

@ -118,7 +118,7 @@ class StationMedia
protected $isrc;
/**
* @ORM\Column(name="length", type="decimal", precision=7, scale=2)
* @ORM\Column(name="length", type="decimal", precision=7, scale=2, nullable=true)
*
* @OA\Property(example=240.00)
*