diff options
| author | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-03-03 10:33:31 +0200 |
|---|---|---|
| committer | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-03-03 10:33:31 +0200 |
| commit | 5486896004672d5646834054d0536b6b025763ee (patch) | |
| tree | 78b24ed8694c66f7049a5bd6259afbc0c5794329 /src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs | |
| parent | f986ca67edd425c32eaec5a20fecdc5786f9d8e3 (diff) | |
| download | DevHive-5486896004672d5646834054d0536b6b025763ee.tar DevHive-5486896004672d5646834054d0536b6b025763ee.tar.gz DevHive-5486896004672d5646834054d0536b6b025763ee.zip | |
addint updated migartion for rating
Diffstat (limited to 'src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs')
| -rw-r--r-- | src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs b/src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs index a722cb2..80e3ac0 100644 --- a/src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs +++ b/src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs @@ -69,9 +69,6 @@ namespace DevHive.Data.Migrations b.Property<Guid?>("CreatorId") .HasColumnType("uuid"); - b.Property<int>("CurrentRating") - .HasColumnType("integer"); - b.Property<string>("Message") .HasColumnType("text"); |
