aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/schemDiffData/clob.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/DB/schemDiffData/clob.xml')
-rw-r--r--tests/lib/DB/schemDiffData/clob.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/lib/DB/schemDiffData/clob.xml b/tests/lib/DB/schemDiffData/clob.xml
deleted file mode 100644
index 08aef18c31d..00000000000
--- a/tests/lib/DB/schemDiffData/clob.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>