exercism / v3-beta

12 stars 2 forks source link

See what's changed is broken for Ruby two-fer #351

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

Clicking on the "See what's changed" on my Ruby two-fer solutions gives me:

image

angelikatyborska commented 3 years ago

I got the same for my Elixir Bob.

iHiD commented 3 years ago

:+1:

Note to self: Needs this running once the DB has less going on:

 UPDATE `solutions` INNER JOIN `exercises` ON `exercises`.`id` = `solutions`.`exercise_id` SET solutions.git_slug = exercises.slug,            solutions.git_sha = exercises.git_sha,            solutions.git_important_files_hash = exercises.git_important_files_hash;
iHiD commented 3 years ago

@angelikatyborska @ErikSchierboom I think this should be fixed. Please reopen if it's not.