littleshop/LittleShop/Migrations
sysadmin 349eafbe62
All checks were successful
Build and Deploy LittleShop / Deploy to Production VPS (Manual Only) (push) Has been skipped
Build and Deploy LittleShop / Deploy to Pre-Production (CT109) (push) Successful in 1m1s
fix: Implement empty AddVariantCollectionsAndSalesLedger migration
- Added VariantCollectionId and VariantsJson columns to Products table
- Migration was previously empty causing schema mismatch on startup
- Fixes "SQLite Error 1: 'no such column: p.VariantCollectionId'"

The migration file was scaffolded but never implemented, causing production
deployments to fail with database schema errors.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 15:41:24 +00:00
..
20250922025753_AddProductMultiBuysTable.cs 🔒 SECURITY: Emergency fixes and hardening 2025-09-22 05:45:49 +01:00
20250922025753_AddProductMultiBuysTable.Designer.cs 🔒 SECURITY: Emergency fixes and hardening 2025-09-22 05:45:49 +01:00
20250922040637_AddSystemSettingsTable.cs 🔒 SECURITY: Emergency fixes and hardening 2025-09-22 05:45:49 +01:00
20250922040637_AddSystemSettingsTable.Designer.cs 🔒 SECURITY: Emergency fixes and hardening 2025-09-22 05:45:49 +01:00
20250928014850_AddVariantCollectionsAndSalesLedger.cs fix: Implement empty AddVariantCollectionsAndSalesLedger migration 2025-11-18 15:41:24 +00:00
20250928014850_AddVariantCollectionsAndSalesLedger.Designer.cs Configure push notifications for internal-only access 2025-09-30 21:15:42 +01:00
20250928014851_FixVariantColumnsForProducts.sql fix: Implement empty AddVariantCollectionsAndSalesLedger migration 2025-11-18 15:41:24 +00:00
20250928155814_AddWeightToProductVariants.cs Configure push notifications for internal-only access 2025-09-30 21:15:42 +01:00
20250928155814_AddWeightToProductVariants.Designer.cs Configure push notifications for internal-only access 2025-09-30 21:15:42 +01:00
20251003173458_AddVariantPricing.cs Feature: Add product variant price override support 2025-10-03 18:35:43 +01:00
20251003173458_AddVariantPricing.Designer.cs Feature: Add product variant price override support 2025-10-03 18:35:43 +01:00
AddVariantPricing.sql Migration: Add variant pricing support to database schema 2025-10-04 14:46:32 +01:00
LittleShopContextModelSnapshot.cs Fix: Remove Weight/WeightUnit from EF Core model snapshot for ProductVariant 2025-10-03 21:05:49 +01:00
reset-preserve-config.sql fix: Show Processing status orders in Pending Payment tab 2025-11-18 13:39:08 +00:00