Skip to content

Commit a98e66d

Browse files
Merge pull request #1182 from nextcloud/backport-870-oracle-support-9
[stable9] Fix oracle support of external storage app
2 parents c04163b + b573a1c commit a98e66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_external/appinfo/database.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<field>
145145
<name>value</name>
146146
<type>text</type>
147-
<notnull>true</notnull>
147+
<notnull>false</notnull>
148148
<length>4096</length>
149149
</field>
150150

0 commit comments

Comments
 (0)