diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2023-01-16 19:40:25 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2023-01-16 19:41:03 +0100 |
| commit | b36740899a577ac387f52229c2e714a9f09f2b84 (patch) | |
| tree | 68f17b027829111ab369a3c545f96cacfb479143 /src/Migrations/DBModelSnapshot.cs | |
| parent | 7620b379d4284354715f82c226ca77c94b25a980 (diff) | |
| download | blob-bin-b36740899a577ac387f52229c2e714a9f09f2b84.tar.xz blob-bin-b36740899a577ac387f52229c2e714a9f09f2b84.zip | |
refactor: Rename Eva to Db
Diffstat (limited to 'src/Migrations/DBModelSnapshot.cs')
| -rw-r--r-- | src/Migrations/DBModelSnapshot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Migrations/DBModelSnapshot.cs b/src/Migrations/DBModelSnapshot.cs index e63af59..5a68283 100644 --- a/src/Migrations/DBModelSnapshot.cs +++ b/src/Migrations/DBModelSnapshot.cs @@ -9,7 +9,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace BlobBin.Migrations { - [DbContext(typeof(Eva))] + [DbContext(typeof(Db))] partial class DBModelSnapshot : ModelSnapshot { protected override void BuildModel(ModelBuilder modelBuilder) |
