Skip to content
  • lain's avatar
    Migrations: Add a fixup migration for the muted_notifications · 5f844fd3
    lain authored
    This sets info->muted_notifications to an emtpy array if it is explicitly set
    to null before. This can happen when safe_jsonb_set coalesces to a jsonb null,
    which will make ecto not use the default value of [] anymore because it has been
    explicitly overwritten.
    5f844fd3