0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/schema
Kevin Ansfield a78eed1799 Added comment_reports table creation migration
refs https://github.com/TryGhost/Team/issues/1664

- new table to handle moderation reports on comments. This is not a join table, so it is comment_reports, rather than comments_reports
2022-07-08 15:46:11 +02:00
..
clients Switched to mysql2 library 2022-03-03 09:59:37 +01:00
default-settings Removed oauth experiment 2022-05-16 17:37:13 +01:00
fixtures Added migration for Ghost Explore permissions 2022-07-08 11:54:31 +02:00
commands.js Altered migration utility to always use algorithm=copy for MySQL (#14699) 2022-05-09 10:16:36 +01:00
index.js Moved checks into frontend data service 2022-04-05 15:23:00 +01:00
schema.js Added comment_reports table creation migration 2022-07-08 15:46:11 +02:00
validator.js Fixed model validation erroneously triggering on non-nullable text fields 2022-05-05 14:56:59 +01:00