From: Silvio Rhatto Date: Fri, 23 Sep 2011 15:38:14 +0000 (-0300) Subject: Removing quantity field for now X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d39c2f5803fb6f01bc2b42b1f955fee3c2c64038;p=drupal%2Fmuamba.git Removing quantity field for now --- diff --git a/muamba.install b/muamba.install index 4e38f49..23f7585 100644 --- a/muamba.install +++ b/muamba.install @@ -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',