diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2017-01-13 14:51:37 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2017-01-23 12:42:58 +0100 |
commit | b87f1712336564ec14e37487f512568bc4d986f7 (patch) | |
tree | e28c9dda44da8b59227fcea721b6140491ed108b /docs/de/user | |
parent | 500ae20c9475a7e7718e4cf7d8c8b116a48a5e78 (diff) | |
download | wallabag-b87f1712336564ec14e37487f512568bc4d986f7.tar.gz wallabag-b87f1712336564ec14e37487f512568bc4d986f7.tar.zst wallabag-b87f1712336564ec14e37487f512568bc4d986f7.zip |
Added information about latest migrations
Diffstat (limited to 'docs/de/user')
-rw-r--r-- | docs/de/user/upgrade.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/de/user/upgrade.rst b/docs/de/user/upgrade.rst index c2256347..6557e2a5 100644 --- a/docs/de/user/upgrade.rst +++ b/docs/de/user/upgrade.rst | |||
@@ -23,7 +23,7 @@ Erklärungen über die Datenbankmigration | |||
23 | Während des Updates migrieren wir die Datenbank. | 23 | Während des Updates migrieren wir die Datenbank. |
24 | 24 | ||
25 | Alle Datenbankmigrationen sind im Verzeichnis ``app/DoctrineMigrations`` gespeichert. Jede von ihnen kann einzeln ausgeführt werden: | 25 | Alle 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:execute 20161001072726 --env=prod``. |
27 | 27 | ||
28 | Dies ist die Migrationsliste von 2.1.x auf 2.2.0: | 28 | Dies ist die Migrationsliste von 2.1.x auf 2.2.0: |
29 | 29 | ||