feat: split migration into batches

This commit is contained in:
sam 2024-12-17 21:23:02 +01:00
parent d518cdf739
commit 80385893c7
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
7 changed files with 104 additions and 7 deletions

View file

@ -20,6 +20,7 @@ public class FediverseApplication : BaseModel
public required string ClientId { get; set; }
public required string ClientSecret { get; set; }
public required FediverseInstanceType InstanceType { get; set; }
public bool ForceRefresh { get; set; }
}
public enum FediverseInstanceType