0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core
Daniel Lockyer 66652b6ea9 Added validation to posts status column
refs https://github.com/TryGhost/Toolbox/issues/309

- this commit adds `isIn` validation to the `status` column on the
  `posts` table, with values pulled from the model: c0d82122b0/core/server/models/post.js (L28)
- this also adds a migration to update any posts with invalid statuses
  to `draft`
2022-05-10 18:05:18 +01:00
..
client@5751899e5b Updated Admin to v4.46.0 2022-04-28 15:29:18 +01:00
frontend 🔥 Removed {{author}} helper support 2022-05-02 17:59:48 +08:00
server Added validation to posts status column 2022-05-10 18:05:18 +01:00
shared Deleted membersActivity flag 2022-05-10 11:19:58 +01:00
app.js
boot.js Removed api:versions from config 2022-05-06 08:22:05 +01:00
bridge.js Removed sync method from route settings loader 2022-04-28 15:37:09 +01:00