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

Chore: 2.4.0

# [2.4.0](v2.3.0...v2.4.0) (2021-06-08)

## Update
* Generated new classes for Resource table (coscine/issues#1556)
* Generated new classes for Resource table (coscine/issues#1556)
parent 87e43ad8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<RootNamespace>Coscine.Database</RootNamespace>
<AssemblyName>Coscine.Database</AssemblyName>
<TargetFrameworks>net5.0;net461</TargetFrameworks>
<Version>2.3.0</Version>
<Version>2.4.0</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
......
using System;
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata;
......@@ -58,6 +58,9 @@ namespace Coscine.Database.DataModel
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
if (!optionsBuilder.IsConfigured)
{
}
}
protected override void OnModelCreating(ModelBuilder modelBuilder)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment