diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-06-12 18:51:59 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-06-24 22:38:19 +0200 |
commit | eb9078407437f275687e31c9bd7486f469ffa978 (patch) | |
tree | 930c425a6e26f565a8587d0ce1bd3fb116ef1bda /tests | |
parent | 144a8eb01f29f4f6ebb8117a3d6936722732ea49 (diff) | |
download | nextcloud-server-eb9078407437f275687e31c9bd7486f469ffa978.tar.gz nextcloud-server-eb9078407437f275687e31c9bd7486f469ffa978.zip |
Fix table change tests for OCI
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/db_structure2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/db_structure2.xml b/tests/data/db_structure2.xml index fc6fe0bba7d..6f12f81f477 100644 --- a/tests/data/db_structure2.xml +++ b/tests/data/db_structure2.xml @@ -49,8 +49,9 @@ <field> <name>description</name> - <type>clob</type> + <type>text</type> <notnull>false</notnull> + <length>1024</length> </field> <field> |