Go to the source code of this file.
Packages | |
| package | Mage_Downloadable |
Variables | |
| $installer = $this | |
| $installer | getConnection ()->addColumn($installer->getTable('downloadable/link_purchased_item') |
| $installer | $select |
| $result = $installer->getConnection()->fetchAll($select) | |
| $installer = $this |
Definition at line 27 of file mysql4-upgrade-0.1.12-0.1.13.php.
| $result = $installer->getConnection()->fetchAll($select) |
Definition at line 43 of file mysql4-upgrade-0.1.12-0.1.13.php.
| $installer $select |
Initial value:
$installer->getConnection()->select() ->from($installer->getTable('downloadable/link_purchased_item'), array( 'item_id', 'purchased_id', 'order_item_id', 'product_id' ))
Definition at line 36 of file mysql4-upgrade-0.1.12-0.1.13.php.
| $installer getConnection()->addKey($installer->getTable('downloadable/link_purchased_item') |
Definition at line 32 of file mysql4-upgrade-0.1.12-0.1.13.php.
1.5.8