summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-25 14:34:44 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-25 14:34:44 +0200
commit476975aafd8d2c3cd20691f25d9f2b9092c5cfcb (patch)
treee440b7960d09724d5af483be1cc851b7a66b2cb8
parent7ff36447e7ecb59358fcdae51bc32b7da6750038 (diff)
Update README.rst
-rw-r--r--README.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 3a6592f1c..8a407c52c 100644
--- a/README.rst
+++ b/README.rst
@@ -47,6 +47,16 @@ You can remove the line after a page reload
App Store
---------
+Update Notices
+~~~~~~~~~~~~~~
+Should you have **upgraded from a version prior to 0.96** you'll have to adjust the version number by running this on your database::
+
+ UPDATE oc_appconfig SET configvalue = '0.96' WHERE configkey = 'installed_version' AND configvalue = '8.4' AND appid = 'news'
+
+Should you have upgraded from a version prior to 0.100 you'll have to run this SQL query to trigger a schema upgrade::
+
+ UPDATE oc_appconfig SET configvalue = '0.001' WHERE configkey = 'installed_version' AND appid = 'news'
+
Installation
~~~~~~~~~~~~
@@ -58,10 +68,6 @@ Keep up to date
~~~~~~~~~~~~~~~
Both the **News** and **App Framework** App can be updated through the ownCloud apps page.
-Should you have **upgraded from a version prior to 0.96** you'll have to adjust the version number by running this on your database::
-
- UPDATE oc_appconfig SET configvalue = '0.96' WHERE configkey = 'installed_version' AND configvalue = '8.4' AND appid = 'news'
-
Git (development version)
-------------------------