Remove obsolete migration files from Oracle project.
The migration files `20250131185451_V3_3_2` and related metadata were removed from the project configuration. This cleanup ensures the project references only necessary and relevant resources.
This commit is contained in:
parent
2bb3af1e5d
commit
69cdc41782
|
|
@ -20,12 +20,5 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="System.Formats.Asn1" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Remove="Migrations\Management\20250131185451_V3_3_2.cs" />
|
||||
<Compile Remove="Migrations\Management\20250131185451_V3_3_2.Designer.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Migrations\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue