Skip to content

Add user seeders and improve README cleanup command#72

Merged
samuelzedec merged 2 commits intomainfrom
develop
Sep 6, 2025
Merged

Add user seeders and improve README cleanup command#72
samuelzedec merged 2 commits intomainfrom
develop

Conversation

@samuelzedec
Copy link
Owner

@samuelzedec samuelzedec commented Sep 6, 2025

Changes Introduced

  • Added a new migration AddUserSeeders to seed initial data into Company, User, AspNetUser, and AspNetUserRole tables.
  • Included rollback logic to remove populated seed data during migration reversal.
  • Updated README with improved docker-compose down options: added --rmi all --volumes for thorough resource cleanup.

Checklist

  • All tests have been run locally and pass.
  • Documentation has been updated accordingly.

…tions

- Added `--rmi all --volumes` to `docker-compose down` command for comprehensive cleanup of resources.
- Introduced migration `AddUserSeeders` to populate initial data for `Company`, `User`, `AspNetUser`, and `AspNetUserRole` tables.
- Included rollback logic to remove seeded data during migration rollback.
@samuelzedec samuelzedec merged commit f88ddca into main Sep 6, 2025
1 check 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