From fe2ef4bcc4c9ee121a1eb88c0d2ed288a69f6e13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 3 Jun 2013 18:28:48 +0200 Subject: [PATCH] db structure, allow null in columns for '' values --- db_structure.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db_structure.xml b/db_structure.xml index 3d9159eb019..a292f69ce04 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -68,7 +68,7 @@ id text - true + false 64 @@ -217,7 +217,7 @@ path text - true + false 512 @@ -241,7 +241,7 @@ name text - true + false 250 -- 2.39.5