0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/data/migrations/versions/1.22
kirrg001 5dc2dddfc2 Fixed migration script 1.22 for invalid authors
no issue

- the previous commit will insert two post author relations if the author id of a post is invalid
- if a blog has an invalid author_id (which should be an edge case), we update the author id to the owner id
  - `posts_authors` are auto inserted in this case
2018-04-02 12:27:06 +02:00
..
1-multiple-authors-DDL.js Multiple authors (#9426) 2018-03-27 15:16:15 +01:00
1-multiple-authors-DML.js Fixed migration script 1.22 for invalid authors 2018-04-02 12:27:06 +02:00