mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-24 14:50:50 +01:00
* Remove only dependency on Dbriize (TextSearch in new invoice column) * Switch to table for invoice text search * Adding missing using after rebase * Removing database migration in preparation for refresh * Database Migration: Adding InvoiceSearchData * Refactoring InvoicesRepository to make AddToTextSearch static and non-async Operation as async is too expensive for simple filtering and AddRange * Renaming InvoiceQuery property to Take More inline with what property does by convention, Take is used in conjuction with Skip * Refactoring SettingsRepository so update of settings can happen in another context * Adding DbMigrationsHostedService that performs long running data migrations * Commenting special placing of MigrationStartupTask * Simplifying code and leaving comment on expected flow * Resolving problems after merge * Database Migration: Refreshing database migration, ensuring no unintended changes on ModelSnapshot Co-authored-by: rockstardev <rockstardev@users.noreply.github.com> Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com> |
||
---|---|---|
.. | ||
20170913143004_Init.cs | ||
20170926073744_Settings.cs | ||
20170926084408_RequiresEmailConfirmation.cs | ||
20171006013443_AddressMapping.cs | ||
20171010082424_Tokens.cs | ||
20171012020112_PendingInvoices.cs | ||
20171023101754_StoreBlob.cs | ||
20171024163354_RenewUsedAddresses.cs | ||
20171105235734_PaymentAccounted.cs | ||
20171221054550_AltcoinSupport.cs | ||
20180106095215_DerivationStrategies.cs | ||
20180109021122_defaultcrypto.cs | ||
20180114123253_events.cs | ||
20180402095640_appdata.cs | ||
20180429083930_legacyapikey.cs | ||
20180719095626_CanDeleteStores.cs | ||
20190121133309_AddPaymentRequests.cs | ||
20190219032533_AppsTagging.cs | ||
20190225091644_AddOpenIddict.cs | ||
20190324141717_AddFiles.cs | ||
20190425081749_AddU2fDevices.cs | ||
20190701082105_sort_paymentrequests.cs | ||
20190802142637_WalletData.cs | ||
20200110064617_OpenIddictUpdate.cs | ||
20200119130108_ExtendApiKeys.cs | ||
20200224134444_Remove_OpenIddict.cs | ||
20200225133433_AddApiKeyLabel.cs | ||
20200402065615_AddApiKeyBlob.cs | ||
20200413052418_PlannedTransactions.cs | ||
20200507092343_AddArchivedToInvoice.cs | ||
20200625064111_refundnotificationpullpayments.cs | ||
20200901161733_AddInvoiceEventLogSeverity.cs | ||
20201002145033_AddCreateDateToUser.cs | ||
20201007090617_u2fDeviceCascade.cs | ||
20201015151438_AddDisabledNotificationsToUser.cs | ||
20201108054749_webhooks.cs | ||
20201208054211_invoicesorderindex.cs | ||
20201227165824_AdddingInvoiceSearchData.cs | ||
ApplicationDbContextModelSnapshot.cs |