Skip to content

Commit 16abf5f

Browse files
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/20260722065559_AddDeletedUser.Designer.cs renamed to PrismaDotnetApi/SqlServerMigrations/20260813065703_AddDeletedUser.Designer.cs

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PrismaDotnetApi/SqlServerMigrations/20260722065559_AddDeletedUser.cs renamed to PrismaDotnetApi/SqlServerMigrations/20260813065703_AddDeletedUser.cs

File renamed without changes.

PrismaDotnetApi/SqliteMigrations/20260722065526_AddDeletedUser.Designer.cs renamed to PrismaDotnetApi/SqliteMigrations/20260813065648_AddDeletedUser.Designer.cs

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PrismaDotnetApi/SqliteMigrations/20260722065526_AddDeletedUser.cs renamed to PrismaDotnetApi/SqliteMigrations/20260813065648_AddDeletedUser.cs

File renamed without changes.

0 commit comments

Comments
 (0)