Ghost/ghost/post-events/src
Naz 99f29a169c Removed post delete related event handling
closes https://github.com/TryGhost/Arch/issues/91

- We have on cascade delete (a9f9f6121a/ghost/core/core/server/data/schema/schema.js (L1068)) on `post_id` column which handles post deletion logic automatically on DB level.
- The commented out handlers in the long term should be hooked up with public CollectionService methods on the client side.
2023-09-15 13:50:25 +08:00
..
index.ts
PostDeletedEvent.ts
PostsBulkAddTagsEvent.ts
PostsBulkDestroyedEvent.ts
PostsBulkFeaturedEvent.ts
PostsBulkUnfeaturedEvent.ts
PostsBulkUnpublishedEvent.ts