This commit is contained in:
Paul Schneider 2021-08-15 01:50:07 +01:00
commit ae114c68db
26 changed files with 99 additions and 38 deletions

View file

@ -7,7 +7,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
using isn.Data;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
[DbContext(typeof(ApplicationDbContext))]
[Migration("20210424155323_init")]

View file

@ -2,7 +2,7 @@
using Microsoft.EntityFrameworkCore.Migrations;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
public partial class init : Migration
{

View file

@ -7,7 +7,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
using isn.Data;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
[DbContext(typeof(ApplicationDbContext))]
[Migration("20210502153508_api-keys")]

View file

@ -1,6 +1,6 @@
using Microsoft.EntityFrameworkCore.Migrations;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
public partial class apikeys : Migration
{

View file

@ -7,7 +7,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
using isn.Data;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
[DbContext(typeof(ApplicationDbContext))]
[Migration("20210508012908_ApkiKey.CreationDate")]

View file

@ -1,7 +1,7 @@
using System;
using Microsoft.EntityFrameworkCore.Migrations;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
public partial class ApkiKeyCreationDate : Migration
{

View file

@ -7,7 +7,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
using isn.Data;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
[DbContext(typeof(ApplicationDbContext))]
[Migration("20210516060430_packages")]

View file

@ -1,6 +1,6 @@
using Microsoft.EntityFrameworkCore.Migrations;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
public partial class packages : Migration
{

View file

@ -7,7 +7,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
using isn.Data;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
[DbContext(typeof(ApplicationDbContext))]
[Migration("20210522194803_packageVersionKey")]

View file

@ -1,6 +1,6 @@
using Microsoft.EntityFrameworkCore.Migrations;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
public partial class packageVersionKey : Migration
{

View file

@ -7,7 +7,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
using isn.Data;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
[DbContext(typeof(ApplicationDbContext))]
[Migration("20210621214109_version-types")]

View file

@ -1,6 +1,6 @@
using Microsoft.EntityFrameworkCore.Migrations;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
public partial class versiontypes : Migration
{

View file

@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
using isn.Data;
namespace nugethost.Migrations
namespace isndhost.Migrations
{
[DbContext(typeof(ApplicationDbContext))]
partial class ApplicationDbContextModelSnapshot : ModelSnapshot