EF Migration didn't generate the file correctly I guess

This commit is contained in:
Slendy 2022-02-05 08:11:15 -06:00
commit 75caac3b9b

View file

@ -1,10 +1,14 @@
using Microsoft.EntityFrameworkCore.Metadata;
using LBPUnion.ProjectLighthouse;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace ProjectLighthouse.Migrations
{
[DbContext(typeof(Database))]
[Migration("20220205132152_CommentRefactor")]
public partial class CommentRefactor : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)