mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 23:39:54 +03:00
Removed unique index from too long field
This commit is contained in:
parent
4e852aab9b
commit
1c6250618a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue