diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-23 12:38:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-23 12:38:14 -0300 |
commit | d39c2f5803fb6f01bc2b42b1f955fee3c2c64038 (patch) | |
tree | a43403e1c8f6b7085b123c414765c07d13c5e598 /muamba.install | |
parent | 6e4b00447476e0a18905bfb7453afeb77856d570 (diff) | |
download | muamba-d39c2f5803fb6f01bc2b42b1f955fee3c2c64038.tar.gz muamba-d39c2f5803fb6f01bc2b42b1f955fee3c2c64038.tar.bz2 |
Removing quantity field for now
Diffstat (limited to 'muamba.install')
-rw-r--r-- | muamba.install | 7 |
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', |