mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update database from server.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using DiscImageChef.Database.Models;
|
||||
|
||||
namespace DiscImageChef.Database.DTOs
|
||||
{
|
||||
public class SyncDTO
|
||||
{
|
||||
List<UsbProduct> UsbProducts;
|
||||
List<UsbVendor> UsbVendors;
|
||||
}
|
||||
}
|
||||
@@ -58,7 +58,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Context.cs" />
|
||||
<Compile Include="DTOs\SyncDTO.cs" />
|
||||
<Compile Include="Migrations\20181126222301_DeviceReportV2.cs" />
|
||||
<Compile Include="Migrations\20181126222301_DeviceReportV2.Designer.cs" />
|
||||
<Compile Include="Migrations\20181127001622_AddDeviceBasicFields.cs" />
|
||||
|
||||
Reference in New Issue
Block a user