littleshop/LittleShop/Migrations
SysAdmin 0997cc8c57
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 59s
fix: Complete migration to create VariantCollections and SalesLedgers tables
The original migration only added columns to Products table but never
created the VariantCollections and SalesLedgers tables, causing HTTP 500
errors on Products/Create page.

- Added CREATE TABLE IF NOT EXISTS for VariantCollections
- Added CREATE TABLE IF NOT EXISTS for SalesLedgers
- Added proper indexes for both tables
- Changed to raw SQL for idempotency (safe to re-run)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 11:42:57 +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: Complete migration to create VariantCollections and SalesLedgers tables 2025-11-26 11:42:57 +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