From d39c2f5803fb6f01bc2b42b1f955fee3c2c64038 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Sep 2011 12:38:14 -0300 Subject: Removing quantity field for now --- muamba.install | 7 ------- 1 file changed, 7 deletions(-) (limited to 'muamba.install') 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', -- cgit v1.2.3