Não é possível reconstruir o container: "valor nulo na coluna 'score' viola a restrição not-null"

My fix for the initial issue:

# /var/discourse/launcher enter app
app# su - postgres
app# pgsql discourse
discourse=# DELETE FROM reviewables WHERE id = 2147;
discourse=# \q

and rebuild one more time.

There was no corresponding reviewables_scores.reviewable_id so hopefully there are no dangling keys anywhere else…