1. 11 Jan, 2022 1 commit
    • Brian Williams's avatar
      Fix invalid raw_metadata being persisted · 14835eb9
      Brian Williams authored
      `CreateServiceBase` passes a hash to `raw_metadata` when it should
      actually be receiving JSON instead. This change updates
      `CreateServiceBase` to pass JSON instead, and also cleans up the invalid
      data in the DB with a background migration.
      
      Changelog: fixed
      14835eb9
  2. 10 Jan, 2022 39 commits