From 34279aed14493d167f2f50bfae1797048cbaac2c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 11 Aug 2015 13:02:53 +0200 Subject: [PATCH] Marking some files as "nullable" so we can put empty strings into them, Thanks oracle --- appinfo/database.xml | 4 ++-- appinfo/version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/database.xml b/appinfo/database.xml index fe19afe6..55eef97f 100755 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -32,13 +32,13 @@ type text - true + false 255 user text - true + false 64 diff --git a/appinfo/version b/appinfo/version index 7ec1d6db..3e3c2f1e 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -2.1.0 +2.1.1