Migrated database changes
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-05-10 11:16:52 +02:00
parent 275befc258
commit 32d1019eb5
44 changed files with 1279 additions and 3330 deletions
+7 -1
View File
@@ -12,11 +12,17 @@ public class Order
public Guid? QuoteId { get; set; }
public Guid ShoppingCartId { get; set; }
public Guid ShoppingCartId { get; set; }
public Guid? RefundId { get; set; }
public OrderStatus Status { get; set; }
public string[]? Requirements { get; set; }
public string[]? Notes { get; set; }
public string[]? Terms { get; set; }
public bool DepositRequired { get; set; }
}