Commit 6ccdefc
committed
Update EF Core, dependencies, and FK delete behavior
Upgraded project dependencies to latest versions, including Entity Framework Core, MailKit, AWS SDK, ZstdSharp.Port, and EasyExtensions packages. Changed foreign key delete behavior from Cascade to Restrict in both Postgres and Sqlite databases to prevent accidental data loss. Added new migrations to enforce these restrictions. Updated EasyExtensions.Crypto API usage in Module.cs. Refreshed test dependencies and removed license headers from model snapshots.1 parent aadd729 commit 6ccdefc
9 files changed
Lines changed: 1570 additions & 47 deletions
File tree
- src
- Octockup.Server
- Database
- Migrations
- Postgres
- Sqlite
- Octockup.Tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments