Skip to content

Commit

Permalink
2.0.1 files added
Browse files Browse the repository at this point in the history
  • Loading branch information
Syam Mohan committed Oct 7, 2014
1 parent 00fea8d commit cae2238
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/code/community/Medma/MarketPlace/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Medma_MarketPlace>
<version>2.0.0</version>
<version>2.0.1</version>
</Medma_MarketPlace>
</modules>
<global>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

$installer->run("
CREATE TABLE IF NOT EXISTS {$this->getTable(Medma_Marketplace_Model_Authenticate::MEDMA_DOMAIN_TABLE_NAME)} (
CREATE TABLE IF NOT EXISTS {$this->getTable(Medma_MarketPlace_Model_Authenticate::MEDMA_DOMAIN_TABLE_NAME)} (
`modules` int(11) unsigned NOT NULL auto_increment,
`domain_name` varchar(255),
`medma_module` varchar(255),
Expand Down
Loading

0 comments on commit cae2238

Please sign in to comment.