aboutsummaryrefslogtreecommitdiff
path: root/muamba.install
diff options
context:
space:
mode:
Diffstat (limited to 'muamba.install')
-rw-r--r--muamba.install7
1 files changed, 0 insertions, 7 deletions
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',