aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJulian Oster <jlnostr@outlook.de>2016-11-24 22:52:01 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2017-01-23 12:42:58 +0100
commit500ae20c9475a7e7718e4cf7d8c8b116a48a5e78 (patch)
tree2475d0a410d37fa02fff3e75dcc2679a690ec242
parent80aee45fa865ea72034dc8712967d4e787f70043 (diff)
downloadwallabag-500ae20c9475a7e7718e4cf7d8c8b116a48a5e78.tar.gz
wallabag-500ae20c9475a7e7718e4cf7d8c8b116a48a5e78.tar.zst
wallabag-500ae20c9475a7e7718e4cf7d8c8b116a48a5e78.zip
Add translation for :de:
-rw-r--r--docs/de/user/upgrade.rst32
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/de/user/upgrade.rst b/docs/de/user/upgrade.rst
index 51cdf055..c2256347 100644
--- a/docs/de/user/upgrade.rst
+++ b/docs/de/user/upgrade.rst
@@ -17,26 +17,26 @@ Upgrade auf einem dedizierten Webserver
17 17
18 make update 18 make update
19 19
20Explanations about database migrations 20Erklärungen über die Datenbankmigration
21"""""""""""""""""""""""""""""""""""""" 21"""""""""""""""""""""""""""""""""""""""
22 22
23During the update, we execute database migrations. 23Während des Updates migrieren wir die Datenbank.
24 24
25All the database migrations are stored in ``app/DoctrineMigrations``. You can execute each migration individually: 25Alle Datenbankmigrationen sind im Verzeichnis ``app/DoctrineMigrations`` gespeichert. Jede von ihnen kann einzeln ausgeführt werden:
26``bin/console doctrine:migrations:migrate 20161001072726 --env=prod``. 26``bin/console doctrine:migrations:migrate 20161001072726 --env=prod``.
27 27
28Here is the migrations list for 2.1.x to 2.2.0 release: 28Dies ist die Migrationsliste von 2.1.x auf 2.2.0:
29 29
30* ``20161001072726``: added foreign keys for account resetting 30* ``20161001072726``: Fremdschlüssel für das Zurücksetzen des Kontos hinzugefügt
31* ``20161022134138``: converted database to ``utf8mb4`` encoding (for MySQL only) 31* ``20161022134138``: Datenbank zum ``utf8mb4``-Encoding ändern (nur für MySQL)
32* ``20161024212538``: added ``user_id`` column on ``oauth2_clients`` to prevent users to delete API clients from other users 32* ``20161024212538``: ``user_id``-Spalte zu ``oauth2_clients`` hinzugefügt, um Benutzer davon abzuhalten, API-Clients anderer Nutzer zu löschen
33* ``20161031132655``: added the internal setting to enable/disable downloading pictures 33* ``20161031132655``: Interne Einstellung für das (de-)aktivieren vom Bilder-Download hinzugefügt
34* ``20161104073720``: added ``created_at`` index on ``entry`` table 34* ``20161104073720``: ``created_at``-Index zur ``entry``-Tabelle hinzugefügt
35* ``20161106113822``: added ``action_mark_as_read`` field on ``config`` table 35* ``20161106113822``: ``action_mark_as_read``-Feld zur ``config``-Tabelle hinzugefügt
36* ``20161117071626``: added the internal setting to share articles to unmark.it 36* ``20161117071626``: Interne Einstellung zum Teilen mit unmark.it hinzugefügt
37* ``20161118134328``: added ``http_status`` field on ``entry`` table 37* ``20161118134328``: ``http_status``-Feld zur ``entry``-Tabelle hinzugefügt
38* ``20161122144743``: added the internal setting to enable/disable fetching articles with paywall 38* ``20161122144743``: Interne Einstellung für das (de-)aktivieren zum Holen von Artikeln mit einer Paywall hinzugefügt
39* ``20161122203647``: dropped ``expired`` and ``credentials_expired`` fields on ``user`` table 39* ``20161122203647``: ``expired``- und ``credentials_expired``-Feld aus der ``user``-Tabelle entfernt
40 40
41Upgrade auf einem Shared Hosting 41Upgrade auf einem Shared Hosting
42^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 42^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^