mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
11 lines
311 B
C#
11 lines
311 B
C#
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
|||
|
|
|
|||
|
|
namespace RomRepoMgr.Database.Migrations
|
|||
|
|
{
|
|||
|
|
public partial class InitialMigration : Migration
|
|||
|
|
{
|
|||
|
|
protected override void Up(MigrationBuilder migrationBuilder) {}
|
|||
|
|
|
|||
|
|
protected override void Down(MigrationBuilder migrationBuilder) {}
|
|||
|
|
}
|
|||
|
|
}
|