diff options
| author | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-04-07 20:02:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 20:02:36 +0300 |
| commit | bc3d341d0390a7367a9f7b901dcc3cb93ac1247c (patch) | |
| tree | e0663d2ece9f8124ff58de7a565944092f67003a /src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs | |
| parent | da7d6223c261aac8e8f18458c11fb48cf9ca4cfe (diff) | |
| parent | 5595bf9abe7b3d495f36ef39cfa5236dbde86039 (diff) | |
| download | DevHive-bc3d341d0390a7367a9f7b901dcc3cb93ac1247c.tar DevHive-bc3d341d0390a7367a9f7b901dcc3cb93ac1247c.tar.gz DevHive-bc3d341d0390a7367a9f7b901dcc3cb93ac1247c.zip | |
Merge pull request #26 from Team-Kaleidoscope/friends_functionality
Added "Add Friend" & "Remove Friend" functionality and endpoints
Diffstat (limited to 'src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs')
| -rw-r--r-- | src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs b/src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs index 242473b..c451979 100644 --- a/src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs +++ b/src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs @@ -16,7 +16,7 @@ namespace DevHive.Data.Migrations #pragma warning disable 612, 618 modelBuilder .HasAnnotation("Relational:MaxIdentifierLength", 63) - .HasAnnotation("ProductVersion", "5.0.3") + .HasAnnotation("ProductVersion", "5.0.4") .HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn); modelBuilder.Entity("DevHive.Data.Models.Comment", b => |
