You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use random commit id when migrating to add morph types (#2344)
* add a new debug helper to diagnose issue cloning a project
* tweak the download projects test to fail due to morph type migrations.
* only seed morphtypes when needed, Modify CreateMorphTypeChange to handle creating the same morph type multiple times due to migrations.
* Implement CreateMorphType in MiniLcm
* Add #2350 comments for follow up work
* Return existing morph type if found in `CreateMorphType` to avoid duplicates.
---------
Co-authored-by: Tim Haasdyk <tim_haasdyk@sil.org>
//I don't like returning a different object than what the user requested, it feels very unexpected, however this is pretty much what happens in the change anyway and that can't be avoided
0 commit comments