Datenbankmigration schlägt in "stabiler" Version fehl

Das Problem kommt von diesem Commit

Das Anheften an den unmittelbar vorherigen Commit hat das Problem behoben.
Falls jemand eine Problemumgehung benötigt, definieren Sie Ihr Plugin wie folgt im Abschnitt “hooks” Ihrer Discourse-Konfigurations-YAML:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/discourse-gamification && cd discourse-gamification && git checkout 6a399b4c220f31de62049504d27ff6e50611fbef
2 „Gefällt mir“