diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2011-08-23 15:24:44 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2011-08-23 15:24:44 +0200 |
commit | 672515c23fb7a585cd8ddf31656b1a6ed912833a (patch) | |
tree | ad66bd985f46892887825d2195ae62153922a32f | |
parent | 89839b4c634f6b8b2949376d0fa8520d1dd64589 (diff) | |
download | nextcloud-server-672515c23fb7a585cd8ddf31656b1a6ed912833a.tar.gz nextcloud-server-672515c23fb7a585cd8ddf31656b1a6ed912833a.zip |
Bookmarks DB structure change, description is optional
-rw-r--r-- | apps/bookmarks/appinfo/database.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmarks/appinfo/database.xml b/apps/bookmarks/appinfo/database.xml index 8848974d260..c30db8bd0c8 100644 --- a/apps/bookmarks/appinfo/database.xml +++ b/apps/bookmarks/appinfo/database.xml @@ -33,7 +33,7 @@ <name>description</name> <type>text</type> <default></default> - <notnull>true</notnull> + <notnull>false</notnull> <length>255</length> </field> <field> |