aboutsummaryrefslogtreecommitdiff
path: root/src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs
diff options
context:
space:
mode:
authorDanail Dimitrov <danaildimitrov321@gmail.com>2021-03-14 21:40:12 +0200
committerGitHub <noreply@github.com>2021-03-14 21:40:12 +0200
commitac82c773a5ec43c6a59d3d0b7665b67ac9e6bdde (patch)
tree8d57d347dd56642105998c3cc3d12bd16ac49aa1 /src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs
parent432fc5890814596d50fb409a6e5dc952d7bb4836 (diff)
parent76f71bb8cab45922f3e4999253a1567a0e4af3db (diff)
downloadDevHive-ac82c773a5ec43c6a59d3d0b7665b67ac9e6bdde.tar
DevHive-ac82c773a5ec43c6a59d3d0b7665b67ac9e6bdde.tar.gz
DevHive-ac82c773a5ec43c6a59d3d0b7665b67ac9e6bdde.zip
Merge pull request #22 from Team-Kaleidoscope/rating_system
Rating system
Diffstat (limited to 'src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs')
-rw-r--r--src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs3
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");