Remove worked examples from Skill objects in asset download script.#5986
Conversation
BenHenning
left a comment
There was a problem hiding this comment.
Thanks @seanlip! I'm assuming this fixes most of the issues once the backup server has updated data and other fixes. Perhaps enough?
Separately, we should also remove worked_examples from the app's proto (by replacing it with a reserved 4 line with a comment explaining what it was):
oppia-android/model/src/main/proto/topic.proto
Lines 91 to 92 in d7ef1d5
Fortunately the working proto API (https://github.com/oppia/oppia-proto-api/blob/introduce-proto-api-v1/org/oppia/proto/v1/structure/revision_card.proto) never added worked examples so no change is needed there.
Finally, I do expect CI to fail here but we don't need to block on that to merge.
|
Thanks @BenHenning -- have made the changes.
I'm not quite sure what your question means here, but we can discuss in the call.
It seems to be stalled, actually -- everything is "queued". Not sure why. |
be13fde
into
introduce-asset-download-script
Explanation
Removes worked example from Skill objects in asset download script, and updates the state schema compatibility to v57.
Essential Checklist