mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 19:33:49 -04:00
Change nullable of filecache.etag and permissions.user
This commit is contained in:
parent
fae3cf1a87
commit
21f87d63cf
1 changed files with 2 additions and 2 deletions
|
|
@ -308,7 +308,7 @@
|
|||
<name>etag</name>
|
||||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<notnull>false</notnull>
|
||||
<length>40</length>
|
||||
</field>
|
||||
|
||||
|
|
@ -383,7 +383,7 @@
|
|||
<name>user</name>
|
||||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<notnull>false</notnull>
|
||||
<length>64</length>
|
||||
</field>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue