Files
CMS/src/CMSMicroservice.Domain
masoodafar-web f0117eb1d5
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m53s
Add migration for DiscountProductImages table
- Created a new table `DiscountProductImages` in the CMS schema.
- Added columns for image details including `Title`, `AltText`, `ImagePath`, `ThumbnailPath`, `SortOrder`, `IsActive`, `Created`, `CreatedBy`, `LastModified`, `LastModifiedBy`, and `IsDeleted`.
- Established a foreign key relationship with the `DiscountProducts` table.
- Created indexes on `DiscountProductId` and a composite index on `DiscountProductId` and `SortOrder`.
2026-01-01 02:26:33 +03:30
..
2025-11-12 20:30:53 +03:30