diff options
author | Joas Schilling <coding@schilljs.com> | 2020-11-11 14:04:09 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-11-11 14:04:09 +0100 |
commit | 7a1750af446a8db83cde9f721ca7da5a459da668 (patch) | |
tree | cb37702b7955c77ca1a10cbaa5bc27159570830d /apps/user_status/appinfo | |
parent | 48f1f961b9e01249a9e896fc0fabb7fbf0a42f8b (diff) | |
download | nextcloud-server-7a1750af446a8db83cde9f721ca7da5a459da668.tar.gz nextcloud-server-7a1750af446a8db83cde9f721ca7da5a459da668.zip |
Make is_user_defined nullable so we can store false on oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_status/appinfo')
-rw-r--r-- | apps/user_status/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml index 15d871b89b9..e2d79ba1fb4 100644 --- a/apps/user_status/appinfo/info.xml +++ b/apps/user_status/appinfo/info.xml @@ -5,7 +5,7 @@ <name>User status</name> <summary>User status</summary> <description><![CDATA[User status]]></description> - <version>1.1.0</version> + <version>1.1.1</version> <licence>agpl</licence> <author mail="oc.list@georgehrke.com" >Georg Ehrke</author> <namespace>UserStatus</namespace> |