Whatever this is

This commit is contained in:
2025-02-12 18:12:19 -05:00
parent aed30707be
commit cc2cbd09e1
20 changed files with 496 additions and 434 deletions

View File

@@ -26,7 +26,7 @@ namespace PartSource.Data.Contexts
public DbSet<PartPrice> PartPrices { get; set; }
public DbSet<Part> Parts { get; set; }
// public DbSet<Part> Parts { get; set; }
public DbSet<ShopifyChangelog> ShopifyChangelogs { get; set; }