-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
8,614 additions
and
4 deletions.
There are no files selected for viewing
3,231 changes: 3,231 additions & 0 deletions
3,231
...erver/SimpleIdServer.IdServer.OracleMigrations/Migrations/20240620191230_Init.Designer.cs
Large diffs are not rendered by default.
Oops, something went wrong.
2,126 changes: 2,126 additions & 0 deletions
2,126
src/IdServer/SimpleIdServer.IdServer.OracleMigrations/Migrations/20240620191230_Init.cs
Large diffs are not rendered by default.
Oops, something went wrong.
3,228 changes: 3,228 additions & 0 deletions
3,228
...Server/SimpleIdServer.IdServer.OracleMigrations/Migrations/StoreDbContextModelSnapshot.cs
Large diffs are not rendered by default.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
.../SimpleIdServer.IdServer.OracleMigrations/SimpleIdServer.IdServer.OracleMigrations.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Oracle.EntityFrameworkCore" Version="8.23.40" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\SimpleIdServer.IdServer.Store.EF\SimpleIdServer.IdServer.Store.EF.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="Migrations\" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,6 @@ public enum DistributedCacheTypes | |
REDIS = 2, | ||
POSTGRE = 3, | ||
MYSQL = 4, | ||
SQLITE = 5 | ||
SQLITE = 5, | ||
ORACLE = 6 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ public enum StorageTypes | |
SQLSERVER = 1, | ||
POSTGRE = 2, | ||
MYSQL = 3, | ||
SQLITE = 4 | ||
SQLITE = 4, | ||
ORACLE = 5 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters