Skip to content
Snippets Groups Projects
Commit 40d44a79 authored by CoscineBot's avatar CoscineBot :gear:
Browse files

Chore: 2.3.0

# [2.3.0](v2.2.1...v2.3.0) (2021-05-10)

## New
* scaffolding and model coscine/issues#1453
parent 0a027f00
Branches
Tags v2.3.0
No related merge requests found
......@@ -4,7 +4,7 @@
<RootNamespace>Coscine.Database</RootNamespace>
<AssemblyName>Coscine.Database</AssemblyName>
<TargetFrameworks>net5.0;net461</TargetFrameworks>
<Version>2.2.1</Version>
<Version>2.3.0</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
......
......@@ -445,8 +445,6 @@ namespace Coscine.Database.DataModel
entity.Property(e => e.RelationId).HasDefaultValueSql("(newid())");
entity.Property(e => e.Quota).HasDefaultValueSql("((25))");
entity.HasOne(d => d.Project)
.WithMany(p => p.ProjectQuotas)
.HasForeignKey(d => d.ProjectId)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment