mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
Change nullable of filecache.etag and permissions.user
This commit is contained in:
+2
-2
@@ -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