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
, apps =(Unimplemented{- Type `Dict (String) (Migrate_All.New.App)` was added in V2. I need you to set a default value. -})
184
+
, id = old.id |> migrate_Migrate_All_New_Id
184
185
, depthTests =(Unimplemented{- Field of type `Dict (String) (Migrate_All.Old.Depth)` was removed in V2. I need you to do something with the `old.depthTests` value if you wish to keep the data, then remove this line. -})
185
186
, removed =(Unimplemented{- Field of type `String` was removed in V2. I need you to do something with the `old.removed` value if you wish to keep the data, then remove this line. -})
186
187
, removedRecord =(Unimplemented{- Field of type `Evergreen.V1.External.AllCoreTypes` was removed in V2. I need you to do something with the `old.removedRecord` value if you wish to keep the data, then remove this line. -})
@@ -197,6 +198,13 @@ migrate_Migrate_All_New_CustomType old =
, apps =(Unimplemented{- Type `Dict (String) (Migrate_All.New.App)` was added in V2. I need you to set a default value. -})
184
+
, id = old.id |> migrate_Migrate_All_New_Id
184
185
, depthTests =(Unimplemented{- Field of type `Dict (String) (Migrate_All.Old.Depth)` was removed in V2. I need you to do something with the `old.depthTests` value if you wish to keep the data, then remove this line. -})
185
186
, removed =(Unimplemented{- Field of type `String` was removed in V2. I need you to do something with the `old.removed` value if you wish to keep the data, then remove this line. -})
186
187
, removedRecord =(Unimplemented{- Field of type `Evergreen.V1.External.AllCoreTypes` was removed in V2. I need you to do something with the `old.removedRecord` value if you wish to keep the data, then remove this line. -})
@@ -197,6 +198,14 @@ migrate_Migrate_All_New_CustomType old =
0 commit comments