- Logging is more consistent and detailed - Include remediation steps to help user fix migration issuespull/63/head
parent
0468b0f25a
commit
f03cc012a5
@ -1,11 +1,10 @@
|
||||
using Serilog;
|
||||
|
||||
namespace Recyclarr.Migration;
|
||||
|
||||
public interface IMigrationStep
|
||||
{
|
||||
int Order { get; }
|
||||
string Description { get; }
|
||||
IReadOnlyCollection<string> Remediation { get; }
|
||||
bool CheckIfNeeded();
|
||||
void Execute(ILogger log);
|
||||
void Execute();
|
||||
}
|
||||
|
Loading…
Reference in new issue