mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-09 13:28:39 +00:00
Fix migration name
This commit is contained in:
parent
6cd3d61fa0
commit
5dd5c27289
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
|
|||
namespace ProjectLighthouse.Migrations
|
||||
{
|
||||
[DbContext(typeof(DatabaseContext))]
|
||||
[Migration("20230215195324_ChangeLocationStorage")]
|
||||
[Migration("20230221215252_FixPhotoAndSubjectRelation")]
|
||||
public partial class FixPhotoAndSubjectRelation : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue