The translation table uses a polymorphic association for its owner. It should have triggers on all tables that can own a translation for cascading deletes because dependent: :destroy on the rails association doesn't work for cascading deletes in postgres directly
The translation table uses a polymorphic association for its owner. It should have triggers on all tables that can own a translation for cascading deletes because
dependent: :destroyon the rails association doesn't work for cascading deletes in postgres directly