aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en
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/en
parent500ae20c9475a7e7718e4cf7d8c8b116a48a5e78 (diff)
downloadwallabag-b87f1712336564ec14e37487f512568bc4d986f7.tar.gz
wallabag-b87f1712336564ec14e37487f512568bc4d986f7.tar.zst
wallabag-b87f1712336564ec14e37487f512568bc4d986f7.zip
Added information about latest migrations
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^^^^^^^^^^^^^^^^^^^^^^^^^^^