mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix: reset migrations dropping dangling maintainerId
This commit is contained in:
parent
2b7aeb5763
commit
5a7bfc81d2
4 changed files with 2 additions and 17 deletions
|
|
@ -11,7 +11,7 @@
|
|||
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
|
||||
{
|
||||
[DbContext(typeof(QueryDbContext))]
|
||||
[Migration("20250506225514_InitialCreate")]
|
||||
[Migration("20250506231646_InitialCreate")]
|
||||
partial class InitialCreate
|
||||
{
|
||||
/// <inheritdoc />
|
||||
|
|
@ -60111,11 +60111,6 @@ protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
FilterListId = 2736,
|
||||
TagId = 28
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = 2736,
|
||||
TagId = 42
|
||||
});
|
||||
});
|
||||
|
||||
|
|
@ -11568,8 +11568,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
|
|||
{ 2735, 19 },
|
||||
{ 2736, 9 },
|
||||
{ 2736, 15 },
|
||||
{ 2736, 28 },
|
||||
{ 2736, 42 }
|
||||
{ 2736, 28 }
|
||||
});
|
||||
|
||||
migrationBuilder.InsertData(
|
||||
|
|
@ -60108,11 +60108,6 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
FilterListId = 2736,
|
||||
TagId = 28
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = 2736,
|
||||
TagId = 42
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -13042,9 +13042,5 @@
|
|||
{
|
||||
"filterListId": 2736,
|
||||
"tagId": 28
|
||||
},
|
||||
{
|
||||
"filterListId": 2736,
|
||||
"tagId": 42
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue