summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-06 14:20:09 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-06 14:20:09 +0200
commitddfe639df002487a743f1cd7a99300daa222c7d7 (patch)
tree77023118cf6fcda9b964ab6dc667ba6982f42d10 /README.rst
parent2a635cbe287bddad9e916dad8c1237275bd80e63 (diff)
small readme fixes
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1af6d8ab6..d0b7a8942 100644
--- a/README.rst
+++ b/README.rst
@@ -52,8 +52,6 @@ Both the **News** and **App Framework** App can be updated through the ownCloud
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::
-.. code-block:: sql
-
UPDATE oc_appconfig SET configvalue = '0.96' WHERE configkey = 'installed_version' AND configvalue = '8.4' AND appid = 'news'