aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2011-01-24 02:58:35 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2011-01-24 02:58:35 +0000
commita48e78affdf097864201d889726132947712c94c (patch)
tree54ae50c759eafc1808a27d6c1906165d89d50891
parent0610079554bbb43fabf39d07b1d2bc19759f3304 (diff)
downloadvideo-a48e78affdf097864201d889726132947712c94c.tar.gz
video-a48e78affdf097864201d889726132947712c94c.tar.bz2
Updating the install files added field tables fields.
-rw-r--r--video.install6
1 files changed, 6 insertions, 0 deletions
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(