From a48e78affdf097864201d889726132947712c94c Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Mon, 24 Jan 2011 02:58:35 +0000 Subject: Updating the install files added field tables fields. --- video.install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/video.install b/video.install index 09af873..cef8428 100644 --- a/video.install +++ b/video.install @@ -129,6 +129,12 @@ function video_field_schema($field) { 'type' => 'varchar', 'length' => 32, 'not null' => FALSE, + ), + 'data' => array( + 'type' => 'text', + 'not null' => FALSE, + 'size' => 'big', + 'description' => 'A serialized array of file related data. Use of this field is discouraged and it will likely disappear in a future version of Drupal.', ) ), 'indexes' => array( -- cgit v1.2.3