Remove MySQL and Sqlite deps (#5910)

This commit is contained in:
Nicolas Dorier
2024-04-15 19:08:25 +09:00
committed by GitHub
parent 9699b3837b
commit f1a04a3bd0
86 changed files with 818 additions and 1729 deletions

View File

@@ -33,8 +33,6 @@ namespace BTCPayServer.Models.StoreViewModels
public IFormFile CssFile { get; set; }
public string CssFileId { get; set; }
public bool CanDelete { get; set; }
public bool Archived { get; set; }
[Display(Name = "Allow anyone to create invoice")]