Post History
Answer
#1: Initial revision
I do not really know why `rails db:schema:load` stopped giving output, but it still does create all the tables as intended. The seeding of categories did indeed break due to rails being more strict on required elements for its relations. I have addressed this issue in https://github.com/codidact/qpixel/pull/897 .