aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/user/upgrade.rst7
1 files changed, 6 insertions, 1 deletions
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^^^^^^^^^^^^^^^^^^^^^^^^^^^