diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2017-01-27 11:44:04 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2017-01-27 11:44:04 +0100 |
commit | b564d350b0d3ca5f8b5928c87272c55ff3c92b19 (patch) | |
tree | fc2d4cb8beb6d4a3c855b22b5185a368b3ff57bc /docs/de/user/upgrade.rst | |
parent | 6fb06904ecde15b1b07d0a2af945338b416cf0e2 (diff) | |
download | wallabag-b564d350b0d3ca5f8b5928c87272c55ff3c92b19.tar.gz wallabag-b564d350b0d3ca5f8b5928c87272c55ff3c92b19.tar.zst wallabag-b564d350b0d3ca5f8b5928c87272c55ff3c92b19.zip |
Added indexes on is_archived and is_starred
Diffstat (limited to 'docs/de/user/upgrade.rst')
-rw-r--r-- | docs/de/user/upgrade.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/de/user/upgrade.rst b/docs/de/user/upgrade.rst index 1107616e..544c7167 100644 --- a/docs/de/user/upgrade.rst +++ b/docs/de/user/upgrade.rst | |||
@@ -37,6 +37,11 @@ Dies ist die Migrationsliste von 2.1.x auf 2.2.0: | |||
37 | * ``20161118134328``: ``http_status``-Feld zur ``entry``-Tabelle hinzugefügt | 37 | * ``20161118134328``: ``http_status``-Feld zur ``entry``-Tabelle hinzugefügt |
38 | * ``20161122144743``: Interne Einstellung für das (de-)aktivieren zum Holen von Artikeln mit einer Paywall hinzugefügt | 38 | * ``20161122144743``: Interne Einstellung für das (de-)aktivieren zum Holen von Artikeln mit einer Paywall hinzugefügt |
39 | * ``20161122203647``: ``expired``- und ``credentials_expired``-Feld aus der ``user``-Tabelle entfernt | 39 | * ``20161122203647``: ``expired``- und ``credentials_expired``-Feld aus der ``user``-Tabelle entfernt |
40 | * ``20161128084725``: added ``list_mode`` field on ``config`` table | ||
41 | * ``20161128131503``: dropped ``locked``, ``credentials_expire_at`` and ``expires_at`` fields on ``user`` table | ||
42 | * ``20161214094402``: renamed ``uuid`` to ``uid`` on ``entry`` table | ||
43 | * ``20161214094403``: added ``uid`` index on ``entry`` table | ||
44 | * ``20170127093841``: added ``is_starred`` and ``is_archived`` indexes on ``entry`` table | ||
40 | 45 | ||
41 | Upgrade auf einem Shared Hosting | 46 | Upgrade auf einem Shared Hosting |
42 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 47 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |