mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Refactor labels (#4179)
* Create new tables * wip * wip * Refactor LegacyLabel * Remove LabelFactory * Add migration * wip * wip * Add pull-payment attachment to tx * Address kukks points
This commit is contained in:
@@ -25,6 +25,7 @@ namespace BTCPayServer.Services
|
||||
|
||||
// Done in DbMigrationsHostedService
|
||||
public int? MigratedInvoiceTextSearchPages { get; set; }
|
||||
public int? MigratedTransactionLabels { get; set; }
|
||||
public bool MigrateAppCustomOption { get; set; }
|
||||
public bool MigratePayoutDestinationId { get; set; }
|
||||
public bool AddInitialUserBlob { get; set; }
|
||||
@@ -32,5 +33,6 @@ namespace BTCPayServer.Services
|
||||
public bool LighingAddressDatabaseMigration { get; set; }
|
||||
public bool AddStoreToPayout { get; set; }
|
||||
public bool MigrateEmailServerDisableTLSCerts { get; set; }
|
||||
public bool MigrateWalletColors { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user