diff options
| author | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-04-07 19:30:04 +0300 |
|---|---|---|
| committer | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-04-07 19:30:04 +0300 |
| commit | 43336a1e977f33ad49ad8b4851ca449936f93ce6 (patch) | |
| tree | c5170bebb63d1e57bef891905e0c2839766b8a08 /src/Data/DevHive.Data/Migrations/DevHiveContextModelSnapshot.cs | |
| parent | b8d1edfc582bee2ef648757bcad1bbadd075bb08 (diff) | |
| download | DevHive-43336a1e977f33ad49ad8b4851ca449936f93ce6.tar DevHive-43336a1e977f33ad49ad8b4851ca449936f93ce6.tar.gz DevHive-43336a1e977f33ad49ad8b4851ca449936f93ce6.zip | |
adding functionality to add and remove friends
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 => |
