btcpayserver/BTCPayServer.Data
Andrew Camilleri 58d01738ab
More Options refactoring (#2179)
* More Options refactoring

Continues refactoring config classes to use the propert Options pattern where possible.
DataDirectories and DatabaseOptions are now configured the Options pattern and the BTCPayOptions is now moved alongside the other config setup

* Move COnfigure logic for Options to the Startup
2021-01-06 23:51:13 +09:00
..
Data Refactoring ApplicationDbContext to order tables and OnModelCreating calls 2020-12-31 14:08:58 -06:00
Migrations Merge pull request #2172 from btcpayserver/fix/db-refactoring 2021-01-01 01:58:52 -06:00
ApplicationDbContext.cs Database Migration: Renaming InvoiceSearches table to follow convention 2020-12-31 14:08:58 -06:00
ApplicationDbContextFactory.cs More Options refactoring (#2179) 2021-01-06 23:51:13 +09:00
BTCPayServer.Data.csproj Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
MigrationsExtensions.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00