PIbd-23. Sergunov M.A. Lab Work 5 base #5
@ -12,8 +12,8 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||
namespace GiftShopDatabaseImplement.Migrations
|
||||
{
|
||||
[DbContext(typeof(GiftShopDatabase))]
|
||||
[Migration("20230428071341_SecMigration")]
|
||||
partial class SecMigration
|
||||
[Migration("20230515045817_MigrDem")]
|
||||
partial class MigrDem
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
|
||||
namespace GiftShopDatabaseImplement.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class SecMigration : Migration
|
||||
public partial class MigrDem : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
Loading…
Reference in New Issue
Block a user