From 7b3b547072ef44e87aadc91eb0db70cafb6362da Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 22 Nov 2021 19:27:20 +0000 Subject: [PATCH] checkpoint commit before renaming part fields to ditch PartNumber --- server/AyaNova/models/Part.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AyaNova/models/Part.cs b/server/AyaNova/models/Part.cs index 8ec16e70..8e541beb 100644 --- a/server/AyaNova/models/Part.cs +++ b/server/AyaNova/models/Part.cs @@ -9,7 +9,7 @@ namespace AyaNova.Models { //NOTE: Any non required field (nullable in DB) sb nullable here, i.e. decimal? not decimal, //otherwise the server will call it an invalid record if the field isn't sent from client - +//about to make major changes commit trigger here public class Part : ICoreBizObjectModel { public long Id { get; set; }