Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Executive Summary #2406

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Enhance Executive Summary #2406

merged 1 commit into from
Feb 17, 2025

Conversation

Fosol
Copy link
Collaborator

@Fosol Fosol commented Feb 17, 2025

Updating the database so that the Executive Summaries in reports can have unlimited text.

Summary

  • Add DB migration 1.3.21

image

@Fosol Fosol added enhancement New feature or request DB Migration A DB Migration may require refreshing or simply updating your database. labels Feb 17, 2025
@Fosol Fosol self-assigned this Feb 17, 2025
@@ -4,11 +4,15 @@ namespace TNO.DAL.Configuration;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
using TNO.Entities;

public class ReportSectionConfiguration : BaseTypeConfiguration<ReportSection, int>
public class ReportSectionConfiguration : AuditColumnsConfiguration<ReportSection>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to override the Description column which requires removing the inheritance and applying the configuration directly on this object.

@Fosol Fosol merged commit 333190f into bcgov:dev Feb 17, 2025
1 check passed
@Fosol Fosol deleted the summary branch February 17, 2025 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DB Migration A DB Migration may require refreshing or simply updating your database. enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant