2345
This commit is contained in:
parent
f463f43b7d
commit
79dd03a619
2441
wtmProject.DataAccess/Migrations/20260212005744_hmr2026021201.Designer.cs
generated
Normal file
2441
wtmProject.DataAccess/Migrations/20260212005744_hmr2026021201.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,35 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace wtmProject.DataAccess.Migrations
|
||||
{
|
||||
public partial class hmr2026021201 : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<bool>(
|
||||
name: "IsValid",
|
||||
table: "WTM_PROJECT",
|
||||
type: "bit",
|
||||
nullable: true);
|
||||
|
||||
migrationBuilder.AddColumn<int>(
|
||||
name: "UserType",
|
||||
table: "FrameworkUsers",
|
||||
type: "int",
|
||||
nullable: true);
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "IsValid",
|
||||
table: "WTM_PROJECT");
|
||||
|
||||
migrationBuilder.DropColumn(
|
||||
name: "UserType",
|
||||
table: "FrameworkUsers");
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user