fix
This commit is contained in:
parent
21cab702fc
commit
314aaaa08a
|
|
@ -15,7 +15,7 @@ namespace Nop.Plugin.Misc.AuctionPlugin.Migrations
|
|||
public override void Up()
|
||||
{
|
||||
Create.TableFor<Auction>();
|
||||
Create.TableFor<AuctionItem>();
|
||||
//Create.TableFor<AuctionItem>();
|
||||
Create.TableFor<ProductToAuctionMapping>();
|
||||
Create.TableFor<AuctionBid>();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue