diff options
author | Heshan Wanigasooriya <heshanmw@gmail.com> | 2011-01-24 02:58:35 +0000 |
---|---|---|
committer | Heshan Wanigasooriya <heshanmw@gmail.com> | 2011-01-24 02:58:35 +0000 |
commit | a48e78affdf097864201d889726132947712c94c (patch) | |
tree | 54ae50c759eafc1808a27d6c1906165d89d50891 | |
parent | 0610079554bbb43fabf39d07b1d2bc19759f3304 (diff) | |
download | video-a48e78affdf097864201d889726132947712c94c.tar.gz video-a48e78affdf097864201d889726132947712c94c.tar.bz2 |
Updating the install files added field tables fields.
-rw-r--r-- | video.install | 6 |
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( |