diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/de/user/upgrade.rst | 2 | ||||
-rw-r--r-- | docs/en/user/upgrade.rst | 7 | ||||
-rw-r--r-- | docs/fr/user/upgrade.rst | 2 |
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 | |||
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 | ||
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 | |||
23 | During the update, we execute database migrations. | 23 | During the update, we execute database migrations. |
24 | 24 | ||
25 | All the database migrations are stored in ``app/DoctrineMigrations``. You can execute each migration individually: | 25 | All 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 | |||
28 | You can also cancel each migration individually: ``bin/console doctrine:migrations:execute 20161001072726 --down --env=prod``. | ||
27 | 29 | ||
28 | Here is the migrations list for 2.1.x to 2.2.0 release: | 30 | Here 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 | ||
41 | Upgrade on a shared hosting | 46 | Upgrade 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 | |||
23 | Durant la mise à jour, nous exécutons des migrations de base de données. | 23 | Durant la mise à jour, nous exécutons des migrations de base de données. |
24 | 24 | ||
25 | Toutes les migrations de base de données sont stockées dans le dossier ``app/DoctrineMigrations``. Vous pouvez exécuter chaque migration individuellement : | 25 | Toutes 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 | ||
28 | Voici la liste des migrations de la 2.1.x à la 2.2.0 : | 28 | Voici la liste des migrations de la 2.1.x à la 2.2.0 : |
29 | 29 | ||