mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Add user_created index
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
parent
588de419e0
commit
2b0f4e86b2
2 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,7 @@ use Wallabag\UserBundle\Entity\User;
|
|||
* @ORM\Index(name="hashed_given_url_user_id", columns={"user_id", "hashed_given_url"}, options={"lengths"={null, 40}}),
|
||||
* @ORM\Index(name="user_language", columns={"language", "user_id"}),
|
||||
* @ORM\Index(name="user_archived", columns={"user_id", "is_archived", "archived_at"}),
|
||||
* @ORM\Index(name="user_created", columns={"user_id", "created_at"}),
|
||||
* @ORM\Index(name="user_starred", columns={"user_id", "is_starred", "starred_at"})
|
||||
* }
|
||||
* )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue