5th lab fix
This commit is contained in:
parent
664cd669a8
commit
7f13a9de53
@ -12,8 +12,8 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
|||||||
namespace GiftShopDatabaseImplement.Migrations
|
namespace GiftShopDatabaseImplement.Migrations
|
||||||
{
|
{
|
||||||
[DbContext(typeof(GiftShopDatabase))]
|
[DbContext(typeof(GiftShopDatabase))]
|
||||||
[Migration("20230428071341_SecMigration")]
|
[Migration("20230515045817_MigrDem")]
|
||||||
partial class SecMigration
|
partial class MigrDem
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
|
|||||||
namespace GiftShopDatabaseImplement.Migrations
|
namespace GiftShopDatabaseImplement.Migrations
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public partial class SecMigration : Migration
|
public partial class MigrDem : Migration
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
protected override void Up(MigrationBuilder migrationBuilder)
|
protected override void Up(MigrationBuilder migrationBuilder)
|
Loading…
Reference in New Issue
Block a user