Skip to content

fix(api): Seed initial changelog entries in DBs [AB#42]#220

Merged
bllr777 merged 1 commit intomainfrom
bugfix/42-seed-changelog-entries
Apr 23, 2026
Merged

fix(api): Seed initial changelog entries in DBs [AB#42]#220
bllr777 merged 1 commit intomainfrom
bugfix/42-seed-changelog-entries

Conversation

@bllr777
Copy link
Copy Markdown
Collaborator

@bllr777 bllr777 commented Apr 23, 2026

Summary

Adds an EF Core migration that seeds 6 initial \ChangelogEntry\ records into the \ChangelogEntries\ table. Migration was applied to both the local and staging databases.

Changes

API

  • Created \SeedChangelogEntries\ migration with 6 records: 2 Feature, 2 Improvement, 2 Fix
  • Entries cover: Support Hub launch, live chat improvements, billing page, employee CSV import, grid improvements, and this UI fix
  • Applied to local \JobFlow\ database
  • Applied to staging \JobFlow-Staging\ database on Azure

Work Item

Closes AB#42 — child of User Story #40

Added EF Core migration to seed 6 initial ChangelogEntry records covering Support Hub launch, live chat improvements, billing page, employee CSV import, grid improvements, and this UI fix. Migration applied to both local and staging databases.

Changes:
[1] Created SeedChangelogEntries migration with 6 InsertData entries (2 Feature, 2 Improvement, 2 Fix)
[2] Applied migration to local JobFlow database
[3] Applied migration to staging JobFlow-Staging database on Azure

References:
[1] [JobFlow.Infrastructure.Persistence/Migrations/20260423151531_SeedChangelogEntries.cs:1](https://github.com/Katharix/JobFlow.API/blob/bugfix/42-seed-changelog-entries/JobFlow.Infrastructure.Persistence/Migrations/20260423151531_SeedChangelogEntries.cs#L1)
@bllr777 bllr777 merged commit 84841ff into main Apr 23, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant