aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2017-01-13 14:51:37 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2017-01-23 12:42:58 +0100
commitb87f1712336564ec14e37487f512568bc4d986f7 (patch)
treee28c9dda44da8b59227fcea721b6140491ed108b /docs
parent500ae20c9475a7e7718e4cf7d8c8b116a48a5e78 (diff)
downloadwallabag-b87f1712336564ec14e37487f512568bc4d986f7.tar.gz
wallabag-b87f1712336564ec14e37487f512568bc4d986f7.tar.zst
wallabag-b87f1712336564ec14e37487f512568bc4d986f7.zip
Added information about latest migrations
Diffstat (limited to 'docs')
-rw-r--r--docs/de/user/upgrade.rst2
-rw-r--r--docs/en/user/upgrade.rst7
-rw-r--r--docs/fr/user/upgrade.rst2
3 files changed, 8 insertions, 3 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
23Während des Updates migrieren wir die Datenbank. 23Während des Updates migrieren wir die Datenbank.
24 24
25Alle Datenbankmigrationen sind im Verzeichnis ``app/DoctrineMigrations`` gespeichert. Jede von ihnen kann einzeln ausgeführt werden: 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:execute 20161001072726 --env=prod``.
27 27
28Dies ist die Migrationsliste von 2.1.x auf 2.2.0: 28Dies ist die Migrationsliste von 2.1.x auf 2.2.0:
29 29
diff --git a/docs/en/user/upgrade.rst b/docs/en/user/upgrade.rst
index 4def03cb..ff8b85ee 100644
--- a/docs/en/user/upgrade.rst
+++ b/docs/en/user/upgrade.rst
@@ -23,7 +23,9 @@ Explanations about database migrations
23During the update, we execute database migrations. 23During the update, we execute database migrations.
24 24
25All the database migrations are stored in ``app/DoctrineMigrations``. You can execute each migration individually: 25All the database migrations are stored in ``app/DoctrineMigrations``. You can execute each migration individually:
26``bin/console doctrine:migrations:migrate 20161001072726 --env=prod``. 26``bin/console doctrine:migrations:execute 20161001072726 --env=prod``.
27
28You can also cancel each migration individually: ``bin/console doctrine:migrations:execute 20161001072726 --down --env=prod``.
27 29
28Here is the migrations list for 2.1.x to 2.2.0 release: 30Here is the migrations list for 2.1.x to 2.2.0 release:
29 31
@@ -37,6 +39,9 @@ Here is the migrations list for 2.1.x to 2.2.0 release:
37* ``20161118134328``: added ``http_status`` field on ``entry`` table 39* ``20161118134328``: added ``http_status`` field on ``entry`` table
38* ``20161122144743``: added the internal setting to enable/disable fetching articles with paywall 40* ``20161122144743``: added the internal setting to enable/disable fetching articles with paywall
39* ``20161122203647``: dropped ``expired`` and ``credentials_expired`` fields on ``user`` table 41* ``20161122203647``: dropped ``expired`` and ``credentials_expired`` fields on ``user`` table
42* ``20161128084725``: added ``list_mode`` field on ``config`` table
43* ``20161128131503``: dropped ``locked``, ``credentials_expire_at`` and ``expires_at`` fields on ``user`` table
44* ``20161214094403``: added ``uid`` index on ``entry`` table
40 45
41Upgrade on a shared hosting 46Upgrade on a shared hosting
42^^^^^^^^^^^^^^^^^^^^^^^^^^^ 47^^^^^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/docs/fr/user/upgrade.rst b/docs/fr/user/upgrade.rst
index 1a824854..16c103ee 100644
--- a/docs/fr/user/upgrade.rst
+++ b/docs/fr/user/upgrade.rst
@@ -23,7 +23,7 @@ Explications à propos des migrations de base de données
23Durant la mise à jour, nous exécutons des migrations de base de données. 23Durant la mise à jour, nous exécutons des migrations de base de données.
24 24
25Toutes les migrations de base de données sont stockées dans le dossier ``app/DoctrineMigrations``. Vous pouvez exécuter chaque migration individuellement : 25Toutes les migrations de base de données sont stockées dans le dossier ``app/DoctrineMigrations``. Vous pouvez exécuter chaque migration individuellement :
26``bin/console doctrine:migrations:migrate 20161001072726 --env=prod``. 26``bin/console doctrine:migrations:execute 20161001072726 --env=prod``.
27 27
28Voici la liste des migrations de la 2.1.x à la 2.2.0 : 28Voici la liste des migrations de la 2.1.x à la 2.2.0 :
29 29