razee-io / Razeedash-api

API used by razeedash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove a channel's versions before removing the channel

adamkingit opened this issue · comments

Action: Delete a channel

Expected results:
if no subscriptions depend on the channel

  • stored yaml files deleted from object storage or database as appropriate
  • channel deleted from the db

Actual results:
if no subscriptions depend on the channel

  • channel deleted from the db

See code at:
https://github.com/razee-io/Razeedash-api/blob/master/app/apollo/resolvers/channel.js#L375

Target 2/28