0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core
kirrg001 68d8154d4f Imported nested tags by foreign key
no issue

- replace logic for preparing nested tags
- if you have nested tags in your file, we won't update or update the target tag
- we simply would like to add the relationship to the database
- use same approach as base class
  - add `posts_tags` to target post model
  - update identifiers
  - insert relation by foreign key `tag_id`
- bump bookshelf-relations to 0.1.10
2018-02-20 09:56:45 +01:00
..
client@6618f228b9 Updated Ghost-Admin to 1.21.2 2018-02-14 18:24:03 +00:00
server Imported nested tags by foreign key 2018-02-20 09:56:45 +01:00
test Imported nested tags by foreign key 2018-02-20 09:56:45 +01:00
index.js