Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2013-08-07 13:51:08 +0400
committerGeorg Ehrke <developer@georgehrke.com>2013-08-07 13:51:08 +0400
commitdcc92445a0bc3d9d47768ac0f640780f2b09a5fd (patch)
treed40e06c0ac8062614212499987e612dfb723bfa2 /db_structure.xml
parent91bd4dd67b7d58f09a4dadff8060f63c6d6b691e (diff)
allow permissions.user to be null as suggested by @butonic
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml
index ef5de653033..4c192ba028e 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -383,7 +383,7 @@
<name>user</name>
<type>text</type>
<default></default>
- <notnull>true</notnull>
+ <notnull>false</notnull>
<length>64</length>
</field>