Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
3b2a0523
Commit
3b2a0523
authored
Apr 17, 2013
by
Bernhard Posselt
Browse files
Merge pull request #2978 from owncloud/displayname_can_be_null
Remove not null constraint. Fix #2976
parents
867a5271
44668b36
Changes
2
Hide whitespace changes
Inline
Side-by-side
db_structure.xml
View file @
3b2a0523
...
...
@@ -910,7 +910,6 @@
<name>
displayname
</name>
<type>
text
</type>
<default></default>
<notnull>
true
</notnull>
<length>
64
</length>
</field>
...
...
lib/util.php
View file @
3b2a0523
...
...
@@ -75,7 +75,7 @@ class OC_Util {
public
static
function
getVersion
()
{
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
return
array
(
5
,
80
,
0
1
);
return
array
(
5
,
80
,
0
2
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment