mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Database Migration: Renaming InvoiceSearches table to follow convention
This commit is contained in:
@@ -281,7 +281,7 @@ namespace BTCPayServer.Migrations
|
||||
|
||||
b.HasIndex("Value");
|
||||
|
||||
b.ToTable("InvoiceSearchDatas");
|
||||
b.ToTable("InvoiceSearches");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("BTCPayServer.Data.InvoiceWebhookDeliveryData", b =>
|
||||
|
||||
Reference in New Issue
Block a user