Skip to content

Commit

Permalink
fix: avoid <FRAMESTACK> building indices
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-tleavitt committed Feb 6, 2025
1 parent cba2803 commit 6e6e6d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cls/IPM/Utils/Migration.cls
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ ClassMethod MigrateRepoDefinitions(verbose As %Boolean = 1) As %Status
}
}

// Need to kill indices first to avoid a <FRAMESTACK> saving an existing Remote repo
Kill ^IPM.Repo.DefinitionI

TSTART
Set key = ""
For {
Expand Down

0 comments on commit 6e6e6d7

Please sign in to comment.