Загрузка данных


-- Проверить триггеры на таблице
SELECT trigger_name, event_manipulation, action_statement
FROM information_schema.triggers
WHERE event_object_table = 'accrual_repurchase_amount_payments'
  AND event_object_schema = 'back_office';





SELECT trigger_name, event_manipulation, action_statement
FROM information_schema.triggers
WHERE event_object_table = 'payment_register'
  AND event_object_schema = 'back_office';