mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
15 lines
280 B
XML
15 lines
280 B
XML
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
|
<database>
|
||
|
|
<table>
|
||
|
|
<name>*dbprefix*external_config</name>
|
||
|
|
<declaration>
|
||
|
|
<field>
|
||
|
|
<name>value</name>
|
||
|
|
<type>text</type>
|
||
|
|
<notnull>true</notnull>
|
||
|
|
<length>100000</length>
|
||
|
|
</field>
|
||
|
|
</declaration>
|
||
|
|
</table>
|
||
|
|
</database>
|