Why is there no DeleteScopeInfoCilentAsync method? #1314
Unanswered
jantoineqci
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Off of the BaseOrchestrator class there is a DeleteScopeInfoAsync method but no DeleteScopeInfoClientAsync method.
There is a DbScopeCommandType.DeleteScopeInfoClient and a GetDeleteScopeInfoClientCommand off of the DbScopeBuilder but they don't seem used. After migrating from v0 to v1 and shadow copy v0 to v1 with a ReinitializeWithUpload sync I want to delete the v0 scope records from the scope_info and cope_info_client tables. Is there a reason this is not a good idea?
Beta Was this translation helpful? Give feedback.
All reactions