File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function assignAction()
35
35
$ model ->save ();
36
36
Mage::getSingleton ('adminhtml/session ' )->addSuccess (
37
37
Mage::helper ('magium_clairvoyant ' )->__ (
38
- 'Test has been attiached to event: %s ' ,
38
+ 'Test has been attached to event: %s ' ,
39
39
$ this ->getRequest ()->getParam ('event ' )
40
40
)
41
41
);
Original file line number Diff line number Diff line change 276
276
), 'Value ' )
277
277
->addColumn ('test_id ' , Varien_Db_Ddl_Table::TYPE_INTEGER , null ,
278
278
array (
279
- 'nullable ' => false ,
280
279
), 'Test ID ' )
281
280
->addColumn ('actions_serialized ' , Varien_Db_Ddl_Table::TYPE_TEXT , null ,
282
281
array (
307
306
'test_id ' ,
308
307
$ installer ->getTable ('magium_clairvoyant/test ' ),
309
308
'entity_id ' ,
310
- Varien_Db_Ddl_Table::ACTION_NO_ACTION ,
311
- Varien_Db_Ddl_Table::ACTION_NO_ACTION
309
+ Varien_Db_Ddl_Table::ACTION_SET_NULL ,
310
+ Varien_Db_Ddl_Table::ACTION_SET_NULL
312
311
)
313
312
->setComment ('Magium Test Runs ' );
314
313
$ installer ->getConnection ()->createTable ($ table );
You can’t perform that action at this time.
0 commit comments