Skip to content

Commit 3332d7a

Browse files
Merge pull request #49 from bettercallsean/use_postgres
Use postgres
2 parents 07cd6fa + 285184d commit 3332d7a

13 files changed

+245
-952
lines changed

IPBot/IPBot.API.Domain/IPBot.API.Domain.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<ItemGroup>
88
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.8.2" />
99
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.3.1" />
10-
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="9.0.0-preview.2.efcore.9.0.0" />
1110
<PackageReference Include="AutoMapper" Version="13.0.1" />
1211
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.1" />
1312
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.1">
@@ -17,6 +16,7 @@
1716
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.1" />
1817
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" />
1918
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="9.0.1" />
19+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
2020
</ItemGroup>
2121
<ItemGroup>
2222
<ProjectReference Include="..\IPBot.Common\IPBot.Common.csproj" />

IPBot/IPBot.API.Domain/Migrations/20240805113139_InitialMigration.Designer.cs

Lines changed: 0 additions & 191 deletions
This file was deleted.

IPBot/IPBot.API.Domain/Migrations/20240805113139_InitialMigration.cs

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)