diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-28 09:51:00 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-28 09:51:00 -0400 |
commit | fd2ca21fc24b6b73a6d75af2e7a7a226e5b186e9 (patch) | |
tree | 29f6a83769d4fea938c63c2cc3ac0f8618b0534c /db_structure.xml | |
parent | 42a996930481783af1a5a3fbbae18dc1201fbb0b (diff) | |
download | nextcloud-server-fd2ca21fc24b6b73a6d75af2e7a7a226e5b186e9.tar.gz nextcloud-server-fd2ca21fc24b6b73a6d75af2e7a7a226e5b186e9.zip |
Allow share_with column to be null for links
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml index 8c96fa7c39c..e42dc894e8d 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -479,7 +479,7 @@ <name>share_with</name> <type>text</type> <default></default> - <notnull>true</notnull> + <notnull>false</notnull> <length>255</length> </field> |