Mercurial > defr > drupal > scald > dnd
comparison dnd.install @ 2:5a44c430b7ac
Added dnd_test module, tons and tons of fixes and changes.
| author | David Eads <eads@chicagotech.org> | 
|---|---|
| date | Tue, 17 Feb 2009 15:34:56 -0600 | 
| parents | cee053085755 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 1:cee053085755 | 2:5a44c430b7ac | 
|---|---|
| 8 $schema['dnd'] = array( | 8 $schema['dnd'] = array( | 
| 9 'description' => t('Associates library sources with textareas.'), | 9 'description' => t('Associates library sources with textareas.'), | 
| 10 'fields' => array( | 10 'fields' => array( | 
| 11 'textarea' => array('type' => 'varchar', 'not null' => TRUE), | 11 'textarea' => array('type' => 'varchar', 'not null' => TRUE), | 
| 12 'source' => array('type' => 'varchar', 'length' => 128, 'not null' => TRUE), | 12 'source' => array('type' => 'varchar', 'length' => 128, 'not null' => TRUE), | 
| 13 'settings' => array('type' => 'text', 'default' => ''), | |
| 13 ), | 14 ), | 
| 14 'primary key' => array('textarea'), | 15 'primary key' => array('textarea'), | 
| 15 ); | 16 ); | 
| 16 return $schema; | 17 return $schema; | 
| 17 } | 18 } | 
