Database Migration: Renaming InvoiceSearches table to follow convention

This commit is contained in:
rockstardev
2020-12-28 16:38:02 -06:00
parent a656f86003
commit a588c72e6c
3 changed files with 89 additions and 2 deletions

View File

@@ -281,7 +281,7 @@ namespace BTCPayServer.Migrations
b.HasIndex("Value");
b.ToTable("InvoiceSearchDatas");
b.ToTable("InvoiceSearches");
});
modelBuilder.Entity("BTCPayServer.Data.InvoiceWebhookDeliveryData", b =>