schema cleared
This commit is contained in:
parent
a342bc57ad
commit
6916e80aae
|
|
@ -14,12 +14,12 @@ namespace Nop.Plugin.Misc.AuctionPlugin.Migrations
|
|||
/// </summary>
|
||||
public override void Up()
|
||||
{
|
||||
Create.TableFor<Auction>();
|
||||
//Create.TableFor<AuctionItem>();
|
||||
Create.TableFor<ProductToAuctionMapping>();
|
||||
Create.TableFor<AuctionBid>();
|
||||
//Create.TableFor<Auction>();
|
||||
////Create.TableFor<AuctionItem>();
|
||||
//Create.TableFor<ProductToAuctionMapping>();
|
||||
//Create.TableFor<AuctionBid>();
|
||||
|
||||
Create.TableFor<Announcement>();
|
||||
//Create.TableFor<Announcement>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -175,6 +175,12 @@
|
|||
<HintPath>..\..\..\..\..\..\Aycode\Source\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Areas\Admin\Components\AuctionAdminViewComponent.cs">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<!-- This target execute after "Build" target -->
|
||||
<Target Name="NopTarget" AfterTargets="Build">
|
||||
|
|
|
|||
Loading…
Reference in New Issue