From: Jörn Friedrich Dreyer Date: Mon, 3 Jun 2013 16:28:48 +0000 (+0200) Subject: db structure, allow null in columns for '' values X-Git-Tag: v6.0.0alpha2~663^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e3e140993d8a382ea572f08751294cb7d10e714b;p=nextcloud-server.git db structure, allow null in columns for '' values --- diff --git a/db_structure.xml b/db_structure.xml index 933b09988f0..cefb7fc52c9 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -70,7 +70,7 @@ id text - true + false 64 @@ -220,7 +220,7 @@ path text - true + false 512 @@ -244,7 +244,7 @@ name text - true + false 250