startSetup(); $installer->run(" ALTER TABLE {$this->getTable('salesrule')} ADD COLUMN `is_rss` tinyint(4) NOT NULL default '0'; "); $installer->endSetup();