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