From b564d350b0d3ca5f8b5928c87272c55ff3c92b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 27 Jan 2017 11:44:04 +0100 Subject: Added indexes on is_archived and is_starred --- docs/en/user/upgrade.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/en/user/upgrade.rst') diff --git a/docs/en/user/upgrade.rst b/docs/en/user/upgrade.rst index 99260e13..889b5300 100644 --- a/docs/en/user/upgrade.rst +++ b/docs/en/user/upgrade.rst @@ -43,7 +43,9 @@ Here is the migrations list for 2.1.x to 2.2.0 release: * ``20161122203647``: dropped ``expired`` and ``credentials_expired`` fields on ``user`` table * ``20161128084725``: added ``list_mode`` field on ``config`` table * ``20161128131503``: dropped ``locked``, ``credentials_expire_at`` and ``expires_at`` fields on ``user`` table +* ``20161214094402``: renamed ``uuid`` to ``uid`` on ``entry`` table * ``20161214094403``: added ``uid`` index on ``entry`` table +* ``20170127093841``: added ``is_starred`` and ``is_archived`` indexes on ``entry`` table Upgrade on a shared hosting =========================== -- cgit v1.2.3