diff options
Diffstat (limited to 'modules/rdf')
-rw-r--r-- | modules/rdf/rdf.install | 2 |
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, |