summaryrefslogtreecommitdiff
path: root/modules/rdf
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-25 17:47:22 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-25 17:47:22 +0000
commit7e52847ae90984d482ad7af3372a46c0d1435014 (patch)
tree29f248d79721fb0509a984348a13cddf92b1703b /modules/rdf
parentf56b384be0b3e7b56096f3036a3c9d7b731d2862 (diff)
downloadbrdo-7e52847ae90984d482ad7af3372a46c0d1435014.tar.gz
brdo-7e52847ae90984d482ad7af3372a46c0d1435014.tar.bz2
- Patch #690746 by jbrown, Ognyan Kulev, Crell, MichaelCole, Damien Tournoud: text column type doesn't reliably hold serialized variables.
Diffstat (limited to 'modules/rdf')
-rw-r--r--modules/rdf/rdf.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rdf/rdf.install b/modules/rdf/rdf.install
index 905c24771..d58105602 100644
--- a/modules/rdf/rdf.install
+++ b/modules/rdf/rdf.install
@@ -27,7 +27,7 @@ function rdf_schema() {
),
'mapping' => array(
'description' => 'The serialized mapping of the bundle type and fields to RDF terms.',
- 'type' => 'text',
+ 'type' => 'blob',
'not null' => FALSE,
'size' => 'big',
'serialize' => TRUE,