aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'debug.xml')
-rw-r--r--debug.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.xml b/debug.xml
index f0f01dd05..6ca0c224a 100644
--- a/debug.xml
+++ b/debug.xml
@@ -44,7 +44,7 @@
name VARCHAR(1024) NOT NULL,
email VARCHAR(1024) NOT NULL UNIQUE,
password VARCHAR(1024) NOT NULL,
- salt VARCHAR(1024) NOT NULL,
+ salt VARCHAR(1024) DEFAULT '' NOT NULL,
readonly BOOLEAN DEFAULT false NOT NULL,
admin BOOLEAN DEFAULT false NOT NULL,
map VARCHAR(1024) DEFAULT 'osm' NOT NULL,