aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/upgrade.rst
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-01-27 11:44:04 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-01-27 11:44:04 +0100
commitb564d350b0d3ca5f8b5928c87272c55ff3c92b19 (patch)
treefc2d4cb8beb6d4a3c855b22b5185a368b3ff57bc /docs/en/user/upgrade.rst
parent6fb06904ecde15b1b07d0a2af945338b416cf0e2 (diff)
downloadwallabag-b564d350b0d3ca5f8b5928c87272c55ff3c92b19.tar.gz
wallabag-b564d350b0d3ca5f8b5928c87272c55ff3c92b19.tar.zst
wallabag-b564d350b0d3ca5f8b5928c87272c55ff3c92b19.zip
Added indexes on is_archived and is_starred
Diffstat (limited to 'docs/en/user/upgrade.rst')
-rw-r--r--docs/en/user/upgrade.rst2
1 files changed, 2 insertions, 0 deletions
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:
43* ``20161122203647``: dropped ``expired`` and ``credentials_expired`` fields on ``user`` table 43* ``20161122203647``: dropped ``expired`` and ``credentials_expired`` fields on ``user`` table
44* ``20161128084725``: added ``list_mode`` field on ``config`` table 44* ``20161128084725``: added ``list_mode`` field on ``config`` table
45* ``20161128131503``: dropped ``locked``, ``credentials_expire_at`` and ``expires_at`` fields on ``user`` table 45* ``20161128131503``: dropped ``locked``, ``credentials_expire_at`` and ``expires_at`` fields on ``user`` table
46* ``20161214094402``: renamed ``uuid`` to ``uid`` on ``entry`` table
46* ``20161214094403``: added ``uid`` index on ``entry`` table 47* ``20161214094403``: added ``uid`` index on ``entry`` table
48* ``20170127093841``: added ``is_starred`` and ``is_archived`` indexes on ``entry`` table
47 49
48Upgrade on a shared hosting 50Upgrade on a shared hosting
49=========================== 51===========================