diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-04-17 19:18:17 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-04-17 19:18:17 +0200 |
commit | 32667f8c384722098ea6c9978f7dc90923d2599d (patch) | |
tree | 6f3e8880eef7102b21994a224342179cc854406e /db_structure.xml | |
parent | 1c06bec262aed75153d55699abd68f41c826aee0 (diff) | |
download | nextcloud-server-32667f8c384722098ea6c9978f7dc90923d2599d.tar.gz nextcloud-server-32667f8c384722098ea6c9978f7dc90923d2599d.zip |
Remove not null constraint. Fix #2976
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml index 98e2161efe1..81bdb876493 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -867,7 +867,6 @@ <name>displayname</name> <type>text</type> <default></default> - <notnull>true</notnull> <length>64</length> </field> |