[Pkg-owncloud-commits] [owncloud] 08/16: password column needs to allow null otherwise Oracle will break for empty passwords
David Prévot
taffit at moszumanska.debian.org
Sun Dec 7 20:58:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 79711c32b7400d23d376d50148a5742f881f23d4
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date: Thu Dec 4 12:11:38 2014 +0100
password column needs to allow null otherwise Oracle will break for empty passwords
---
apps/files_sharing/appinfo/database.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml
index 73d64c5..414eb6f 100644
--- a/apps/files_sharing/appinfo/database.xml
+++ b/apps/files_sharing/appinfo/database.xml
@@ -32,7 +32,7 @@
<field>
<name>password</name>
<type>text</type>
- <notnull>true</notnull>
+ <notnull>false</notnull>
<length>64</length>
<comments>Optional password for the public share</comments>
</field>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list