summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-14 17:11:08 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-14 17:11:08 +0100
commitd3639b57e72ce148de7c207c361d6426b91c2b68 (patch)
tree801ece5322e7f61f5f68228e4082ea6b410e0f4c /README.md
parent11ac16c33b707ed71bf12e6e9a4e2ee4f5b0199d (diff)
readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e28496017..6c289e8cd 100644
--- a/README.md
+++ b/README.md
@@ -139,7 +139,7 @@ Because we care about our users' security and don't want to hide security warnin
The only fix for this issue is that feed providers serve their content over HTTPS.
### I am getting: Doctrine DBAL Exception InvalidFieldNameException: Column not found: 1054 Unknown column some_column Or BadFunctionCallException: someColumn is not a valid attribute
-This error usually means that your database was not properly migrated which can either be due to timeouts or bug in Doctrine or core. To prevent future timeouts use
+This error usually means that your database schema was not properly migrated which can either be due to timeouts or bugs in Doctrine/ownCloud core. To prevent future timeouts use
php -f owncloud/occ upgrade