Skip to content

Commit e8d8873

Browse files
author
Joel Mitchell
committed
Fixed schema issue in the dbContext
1 parent b24dc78 commit e8d8873

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

src/Cofoundry.Plugins.ErrorLogging.Admin/Cofoundry.Plugins.ErrorLogging.Admin.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@
5454
<Private>True</Private>
5555
</Reference>
5656
<Reference Include="Cofoundry.Core, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
57-
<HintPath>..\packages\Cofoundry.Core.0.1.0-beta0100\lib\net461\Cofoundry.Core.dll</HintPath>
57+
<HintPath>..\packages\Cofoundry.Core.0.1.0-beta0101\lib\net461\Cofoundry.Core.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
6060
<Reference Include="Cofoundry.Domain, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
61-
<HintPath>..\packages\Cofoundry.Domain.0.1.0-beta0100\lib\net461\Cofoundry.Domain.dll</HintPath>
61+
<HintPath>..\packages\Cofoundry.Domain.0.1.0-beta0101\lib\net461\Cofoundry.Domain.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
6464
<Reference Include="Cofoundry.Web, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
65-
<HintPath>..\packages\Cofoundry.Web.0.1.0-beta0100\lib\net461\Cofoundry.Web.dll</HintPath>
65+
<HintPath>..\packages\Cofoundry.Web.0.1.0-beta0101\lib\net461\Cofoundry.Web.dll</HintPath>
6666
<Private>True</Private>
6767
</Reference>
6868
<Reference Include="Cofoundry.Web.Admin, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
69-
<HintPath>..\packages\Cofoundry.Web.Admin.0.1.0-beta0100\lib\net461\Cofoundry.Web.Admin.dll</HintPath>
69+
<HintPath>..\packages\Cofoundry.Web.Admin.0.1.0-beta0101\lib\net461\Cofoundry.Web.Admin.dll</HintPath>
7070
<Private>True</Private>
7171
</Reference>
7272
<Reference Include="Conditions, Version=2.1.0.24, Culture=neutral, processorArchitecture=MSIL">

src/Cofoundry.Plugins.ErrorLogging.Admin/Cofoundry.Plugins.ErrorLogging.Admin.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
<dependency id="Antlr" version="3.5.0.2" />
1919
<dependency id="AutoMapper" version="5.2.0" />
20-
<dependency id="Cofoundry.Core" version="0.1.0-beta0100" />
21-
<dependency id="Cofoundry.Domain" version="0.1.0-beta0100" />
22-
<dependency id="Cofoundry.Web" version="0.1.0-beta0100" />
23-
<dependency id="Cofoundry.Web.Admin" version="0.1.0-beta0100" />
20+
<dependency id="Cofoundry.Core" version="0.1.0-beta0101" />
21+
<dependency id="Cofoundry.Domain" version="0.1.0-beta0101" />
22+
<dependency id="Cofoundry.Web" version="0.1.0-beta0101" />
23+
<dependency id="Cofoundry.Web.Admin" version="0.1.0-beta0101" />
2424
<dependency id="CommonServiceLocator" version="1.3" />
2525
<dependency id="Conditions" version="2.1.0" />
2626
<dependency id="EntityFramework" version="6.1.3" />

src/Cofoundry.Plugins.ErrorLogging.Admin/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<packages>
33
<package id="Antlr" version="3.5.0.2" targetFramework="net461" />
44
<package id="AutoMapper" version="5.2.0" targetFramework="net461" />
5-
<package id="Cofoundry.Core" version="0.1.0-beta0100" targetFramework="net461" />
6-
<package id="Cofoundry.Domain" version="0.1.0-beta0100" targetFramework="net461" />
7-
<package id="Cofoundry.Web" version="0.1.0-beta0100" targetFramework="net461" />
8-
<package id="Cofoundry.Web.Admin" version="0.1.0-beta0100" targetFramework="net461" />
5+
<package id="Cofoundry.Core" version="0.1.0-beta0101" targetFramework="net461" />
6+
<package id="Cofoundry.Domain" version="0.1.0-beta0101" targetFramework="net461" />
7+
<package id="Cofoundry.Web" version="0.1.0-beta0101" targetFramework="net461" />
8+
<package id="Cofoundry.Web.Admin" version="0.1.0-beta0101" targetFramework="net461" />
99
<package id="CommonServiceLocator" version="1.3" targetFramework="net461" />
1010
<package id="Conditions" version="2.1.0" targetFramework="net461" />
1111
<package id="EntityFramework" version="6.1.3" targetFramework="net461" />

src/Cofoundry.Plugins.ErrorLogging/Cofoundry.Plugins.ErrorLogging.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="Cofoundry.Core, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Cofoundry.Core.0.1.0-beta0100\lib\net461\Cofoundry.Core.dll</HintPath>
43+
<HintPath>..\packages\Cofoundry.Core.0.1.0-beta0101\lib\net461\Cofoundry.Core.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="Cofoundry.Domain, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
47-
<HintPath>..\packages\Cofoundry.Domain.0.1.0-beta0100\lib\net461\Cofoundry.Domain.dll</HintPath>
47+
<HintPath>..\packages\Cofoundry.Domain.0.1.0-beta0101\lib\net461\Cofoundry.Domain.dll</HintPath>
4848
<Private>True</Private>
4949
</Reference>
5050
<Reference Include="Conditions, Version=2.1.0.24, Culture=neutral, processorArchitecture=MSIL">

src/Cofoundry.Plugins.ErrorLogging/Cofoundry.Plugins.ErrorLogging.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<tags>Cofoundry Plugin ErrorLogging</tags>
1515
<dependencies>
1616
<dependency id="AutoMapper" version="5.2.0" />
17-
<dependency id="Cofoundry.Core" version="0.1.0-beta0100" />
18-
<dependency id="Cofoundry.Domain" version="0.1.0-beta0100" />
17+
<dependency id="Cofoundry.Core" version="0.1.0-beta0101" />
18+
<dependency id="Cofoundry.Domain" version="0.1.0-beta0101" />
1919
<dependency id="Conditions" version="2.1.0" />
2020
<dependency id="EntityFramework" version="6.1.3" />
2121
<dependency id="HtmlAgilityPack" version="1.4.9.5" />

src/Cofoundry.Plugins.ErrorLogging/Data/ErrorLoggingDbContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public ErrorLoggingDbContext()
3333
protected override void OnModelCreating(DbModelBuilder modelBuilder)
3434
{
3535
modelBuilder
36-
.UseDefaultConfig(DbConstants.CofoundrySchema)
36+
.UseDefaultConfig(DbConstants.CofoundryPluginSchema)
3737
.Map(new ErrorMap());
3838
}
3939

src/Cofoundry.Plugins.ErrorLogging/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="AutoMapper" version="5.2.0" targetFramework="net461" />
4-
<package id="Cofoundry.Core" version="0.1.0-beta0100" targetFramework="net461" />
5-
<package id="Cofoundry.Domain" version="0.1.0-beta0100" targetFramework="net461" />
4+
<package id="Cofoundry.Core" version="0.1.0-beta0101" targetFramework="net461" />
5+
<package id="Cofoundry.Domain" version="0.1.0-beta0101" targetFramework="net461" />
66
<package id="Conditions" version="2.1.0" targetFramework="net461" />
77
<package id="EntityFramework" version="6.1.3" targetFramework="net461" />
88
<package id="HtmlAgilityPack" version="1.4.9.5" targetFramework="net461" />

0 commit comments

Comments
 (0)