Optimize admin user list

This commit is contained in:
Kukks
2021-11-15 10:27:19 +01:00
parent 56c8e43ce8
commit 31cf2671f5
5 changed files with 21 additions and 10 deletions

View File

@@ -75,6 +75,7 @@ namespace BTCPayServer.Data
// some of the data models don't have OnModelCreating for now, commenting them
ApplicationUser.OnModelCreating(builder);
AddressInvoiceData.OnModelCreating(builder);
APIKeyData.OnModelCreating(builder);
AppData.OnModelCreating(builder);