mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
50e99e013c
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 |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.e2e.json | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
package.json | ||
playwright.config.js |