]> gitweb.fluxo.info Git - drupal/muamba.git/commitdiff
Removing quantity field for now
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Sep 2011 15:38:14 +0000 (12:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Sep 2011 15:38:14 +0000 (12:38 -0300)
muamba.install

index 4e38f490122f5fbda8454864744ab88c3223a78f..23f7585c093a74dd7c1b1806f3d09244770f1c15 100644 (file)
@@ -12,13 +12,6 @@ function muamba_schema() {
   $schema['muamba'] = array(
     'description' => 'The base table for muamba assets.',
     'fields'      => array(
-      'quantity'  => array(
-        'description' => 'Asset quantity', 
-        'type'        => 'int',
-        'unsigned'    => TRUE,
-        'not null'    => TRUE,
-        'default'     => 1,
-      ),
       'nid'       => array(
         'description' => t('The {node}.nid of the borrowed item.'),
         'type'        => 'int',