Florian Mihalits 18fc3fb3f2 Add default value for PaymentType in Walk entity
This commit introduces a default value of `1` for the `PaymentType` property in the `Walk` entity. The `SqlDbContextModelSnapshot.cs` is updated to reflect this change, and the `SqlDbContext.cs` is configured to set the default value to `WalkPaymentType.MangoPay`. A new migration class `Walk_PaymentType_DefaultSet` is created to apply these changes to the database schema, ensuring that new records in the `Walks` table will have a default `PaymentType` of `1`.
2025-09-15 15:35:37 +02:00
2025-04-28 09:18:17 +02:00
2025-04-28 09:18:17 +02:00
2025-04-28 09:18:17 +02:00
2025-04-28 09:18:17 +02:00
Description
No description provided
30 MiB
Languages
SCSS 40.3%
C# 28.4%
CSS 12.3%
TypeScript 11.3%
HTML 7.4%
Other 0.3%