'description'=>'The {languages}.language of this entity.',
'type'=>'varchar',
'length'=>12,
'not null'=>TRUE,
'default'=>'',
),
),
'primary key'=>array('fpid'),
'indexes'=>array(
...
...
@@ -210,3 +217,19 @@ function fieldable_panels_panes_update_7105() {
db_add_field('fieldable_panels_panes','link',array('type'=>'int','size'=>'tiny','description'=>'Whether or not this entity title will link to another page.'));
db_add_field('fieldable_panels_panes','path',array('type'=>'varchar','length'=>255,'description'=>'The path the title should link to.'));