Api/Netina.Repository
Amir Hossein Khademi 1d29f39cbc Add BrandId columns and update project framework
*  Introduce `EditDisc` migration in `NetinaShop.Repository.Migrations`
* 🗃️ Add `BrandId` column to `OrderProducts` and `Discounts` tables
* 🛠️ Set default value for `BrandId` in `OrderProducts` to `00000000-0000-0000-0000-000000000000`
* 🗃️ Make `BrandId` in `Discounts` nullable
* 🏷️ Create index on `BrandId` in `Discounts` table
* 🔗 Add foreign key constraint from `Discounts` to `Brands` on `BrandId`
* 🔄 Implement `Down` method to reverse migration changes
* ⬆️ Update target framework to `net8.0`
* 🔢 Increment `AssemblyVersion` and `FileVersion` in `Netina.Api.csproj`
* 🏷️ Add `BrandId` and `Count` properties to `ApplicationContextModelSnapshot.cs`
* 🆕 Add `BrandDiscount` entity inheriting from `Discount` with `BrandId` property

Changes made by Amir.h Khademi
2025-03-29 01:51:08 +03:30
..
Abstracts feat : refactor , version 0.27.31.52 , fix issues 2024-05-07 11:01:55 +03:30
Behaviors fix files 2024-08-09 21:55:16 +03:30
Extensions Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Handlers Merge remote-tracking branch 'origin/subProduct' 2025-03-27 10:35:37 +03:30
Migrations Add BrandId columns and update project framework 2025-03-29 01:51:08 +03:30
Models Update Packages 2024-09-24 14:03:16 +03:30
Repositories fix files 2024-08-09 21:55:16 +03:30
Services feat(FaqInActions) , feat(FaqManagementPage) , feat(FaqController) 2024-08-07 16:15:53 +03:30
Netina.Repository.csproj Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
RepositoryConfig.cs feat : refactor , version 0.27.31.52 , fix issues 2024-05-07 11:01:55 +03:30