fix(db): repair provisioning migration snapshot
CI - Build & Test / Backend (.NET) (push) Successful in 44s
CI - Build & Test / Backend integration (PostgreSQL/Toxiproxy) (push) Failing after 57s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 2m48s
CI - Build & Test / Security Check (push) Successful in 7s
CI - Build & Test / Deploy Nexus (push) Has been skipped
CI - Build & Test / Backend (.NET) (push) Successful in 44s
CI - Build & Test / Backend integration (PostgreSQL/Toxiproxy) (push) Failing after 57s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 2m48s
CI - Build & Test / Security Check (push) Successful in 7s
CI - Build & Test / Deploy Nexus (push) Has been skipped
This commit is contained in:
@@ -945,11 +945,6 @@ namespace Nexus.Api.Migrations
|
||||
b.Navigation("RefreshTokens");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Nexus.Api.Data.AgentProposal", b =>
|
||||
{
|
||||
b.Navigation("ProvisionRequests");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Nexus.Api.Data.AgentProvisionRequest", b =>
|
||||
{
|
||||
b.HasOne("Nexus.Api.Data.AgentProposal", "Proposal")
|
||||
@@ -961,6 +956,11 @@ namespace Nexus.Api.Migrations
|
||||
b.Navigation("Proposal");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Nexus.Api.Data.AgentProposal", b =>
|
||||
{
|
||||
b.Navigation("ProvisionRequests");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Nexus.Api.Data.OpenClawRun", b =>
|
||||
{
|
||||
b.Navigation("History");
|
||||
|
||||
Reference in New Issue
Block a user