Commit 16abf5f
committed
Add migration to insert a "Deleted User" record into the Users table
- Created a new migration file to add a user with the name "Deleted User".
- The user is inserted with a specific ID and timestamps for CreatedAt and UpdatedAt.
- Implemented the Down method to remove the user if the migration is rolled back.1 parent e6a3933 commit 16abf5f
4 files changed
Lines changed: 12 additions & 12 deletions
File tree
- PrismaDotnetApi
- SqlServerMigrations
- SqliteMigrations
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments