upgrade-0.0.2-0.0.3.php 515 Bytes
<?php
/** 
 * @copyright (c) 2014, netz.coop eG
 */

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

$model = 'anc_image/ncimage';
$installer = $this;
$connection = $installer->getConnection();
$installer->startSetup();

$installer->getConnection()
		->addColumn($installer->getTable('anc_image/ncimage'), 'ordered',Varien_Db_Ddl_Table::TYPE_BOOLEAN,null,array(),'standard')
?>