メールボックスの gem を使用して Rails 4 アプリをデプロイしようとしています。
次のような PG エラーが表示されます。
PG::DependentObjectsStillExist: ERROR: cannot drop table conversations because other objects depend on it
DETAIL: constraint notifications_on_conversation_id on table notifications depends on table conversations
HINT: Use DROP ... CASCADE to drop the dependent objects too.
: DROP TABLE "conversations"
テーブルを落としたくない。この問題を解決する方法についてアドバイスをいただければ幸いです。ありがとうございました。