mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 15:13:59 -06:00
Removed unique index from too long field
This commit is contained in:
parent
4e852aab9b
commit
1c6250618a
@ -17,7 +17,7 @@ class ShortUrl extends AbstractEntity
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
* @ORM\Column(name="original_url", type="string", nullable=false, length=1024, unique=true)
|
||||
* @ORM\Column(name="original_url", type="string", nullable=false, length=1024)
|
||||
*/
|
||||
protected $originalUrl;
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user