mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Change nullable of filecache.etag and permissions.user
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user