From 17ed43128c6930291dcedb2aa0b5099d128aa4ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 17 Oct 2017 01:38:39 +0200 Subject: [PATCH] Remove notnull contraint from username MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is not required since we can have an registration entry without a username in the database, either from migration or when signing up with email first in the web interface Signed-off-by: Julius Härtl --- appinfo/database.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/appinfo/database.xml b/appinfo/database.xml index ff4d751..290e003 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -23,7 +23,6 @@ username text - true password