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:
Sipke Schoorstra 2025-02-01 00:49:19 +01:00
parent 2bb3af1e5d
commit 69cdc41782

View file

@ -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>