Ghost/ghost/core/test/unit
Fabien 'egg' O'Carroll 50e99e013c
Added migrations to drop and recreate the suppressions table (#16070)
There are currently two issues with the suppressions table:
  - We have some incorrect rows
  - We have missing UNIQUE constraints

We want to completely wipe the tables and start fresh, as well as make
sure that the UNIQUE constraints are added, so we drop the table
completely, and then re-add it, which should result in an empty
suppressions table with all expected constraints.

We've also renamed the `email_address` column to `email` to match our
`users` & `members` tables
2023-01-04 17:26:57 +07:00
..
api/canary Improved unit test coverage for the output mappers 2023-01-03 15:58:31 +01:00
frontend Added a timeout to the get helper 2022-12-14 15:35:07 +00:00
server Added migrations to drop and recreate the suppressions table (#16070) 2023-01-04 17:26:57 +07:00
shared Improved Sentry server side error reporting 2022-11-23 12:37:24 +00:00