From e7adcf4fa5e5ebcc955f4786f1bd0b6249019416 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 25 May 2013 14:35:50 +0200 Subject: Update README.rst --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index 4b387dd23..703e5877f 100644 --- a/README.rst +++ b/README.rst @@ -49,10 +49,6 @@ App Store Update Notices ~~~~~~~~~~~~~~ -Should you have **updated 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 **updated 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' -- cgit v1.2.3