We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c78b40 commit 8def8bfCopy full SHA for 8def8bf
app/code/community/Emagedev/Morpher/sql/emagedev_morpher_setup/mysql4-install-0.1.0.php
@@ -35,7 +35,7 @@
35
/* @var $installer Mage_Eav_Model_Entity_Setup */
36
37
$table = $installer->getConnection()
38
- ->newTable($installer->getTable('emagedev_russian/inflection'))
+ ->newTable($installer->getTable('morpher/inflection'))
39
->addColumn('id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
40
'identity' => true,
41
'unsigned' => true,
0 commit comments