Skip to content

Commit 36822e3

Browse files
author
Marc Bernabeu
committed
fix prefix table
1 parent 8e6c47a commit 36822e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/code/community/Devopensource/Notification/sql/devopennotify_setup

app/code/community/Devopensource/Notification/sql/devopennotify_setup/install-0.1.0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
$installer->startSetup();
1515

16-
$table = $installer->getConnection()->newTable('devopen_notification')
16+
$table = $installer->getConnection()->newTable($installer->getTable('devopennotify/notification'))
1717
->addColumn('id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
1818
'unsigned' => true,
1919
'nullable' => false,

0 commit comments

Comments
 (0)