diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-09-24 14:53:30 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-09-25 10:27:46 +0200 |
commit | 4ac32223dab6d5e2ea609c08646065e33ee947ab (patch) | |
tree | d8f1763e7e578fa6b4587332f33c055b66327f68 /apps/dav/appinfo | |
parent | 4ee731c1ab20b3fb62c9e46abcc3ed717b891e59 (diff) | |
download | nextcloud-server-4ac32223dab6d5e2ea609c08646065e33ee947ab.tar.gz nextcloud-server-4ac32223dab6d5e2ea609c08646065e33ee947ab.zip |
Add indexes to cards and cards_properties tables
Fixes #6170
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/dav/appinfo')
-rw-r--r-- | apps/dav/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 61e7444afc5..b104cb7fd69 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -5,7 +5,7 @@ <description>WebDAV endpoint</description> <licence>AGPL</licence> <author>owncloud.org</author> - <version>1.4.2</version> + <version>1.4.3</version> <default_enable/> <types> <filesystem/> |