forked from wallabag/wallabag
Changed uuid type in database
This commit is contained in:
@ -47,7 +47,7 @@ class Entry
|
||||
/**
|
||||
* @var string
|
||||
*
|
||||
* @ORM\Column(name="uuid", type="guid", nullable=true)
|
||||
* @ORM\Column(name="uuid", type="string", length=23, nullable=true)
|
||||
*
|
||||
* @Groups({"entries_for_user", "export_all"})
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user