mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-17 04:54:20 +01:00
Cleanup AddressesInvoices table (#5905)
This commit is contained in:
@@ -9,7 +9,6 @@ namespace BTCPayServer.Data
|
||||
public string Address { get; set; }
|
||||
public InvoiceData InvoiceData { get; set; }
|
||||
public string InvoiceDataId { get; set; }
|
||||
public DateTimeOffset? CreatedTime { get; set; }
|
||||
|
||||
|
||||
internal static void OnModelCreating(ModelBuilder builder)
|
||||
|
||||
Reference in New Issue
Block a user