Go to file
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
.config Add project files. 2023-12-16 20:25:12 +03:30
.vscode feat : add payment , zarinpal gateway 2024-02-12 10:46:18 +03:30
Netina.Api Add BrandId columns and update project framework 2025-03-29 01:51:08 +03:30
Netina.Common Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Netina.Core Merge remote-tracking branch 'origin/subProduct' 2025-03-27 10:35:37 +03:30
Netina.Domain Merge remote-tracking branch 'origin/subProduct' 2025-03-27 10:35:37 +03:30
Netina.Infrastructure Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Netina.Repository Add BrandId columns and update project framework 2025-03-29 01:51:08 +03:30
Tools/NetinaShop.WordPressDBConverter Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
.dockerignore Add project files. 2023-12-16 20:25:12 +03:30
.gitattributes Add .gitattributes and .gitignore. 2023-12-16 20:25:08 +03:30
.gitignore Add .gitattributes and .gitignore. 2023-12-16 20:25:08 +03:30
.version Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
Dockerfile edit docker file 2024-04-17 12:27:59 +03:30
Netina.sln feat : add version 0.22.25.43 , fix payment issue 2024-04-17 12:24:47 +03:30