18 lines
347 B
C#
18 lines
347 B
C#
using Microsoft.EntityFrameworkCore.Migrations;
|
|
|
|
namespace StudyLib.Migrations
|
|
{
|
|
public partial class AddedGroupCandidatesToUser : Migration
|
|
{
|
|
protected override void Up(MigrationBuilder migrationBuilder)
|
|
{
|
|
|
|
}
|
|
|
|
protected override void Down(MigrationBuilder migrationBuilder)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|