38_add_abuse_report_detail_json.up.sql 89 B

123
  1. ALTER TABLE public_abuse_report
  2. ADD COLUMN details JSONB,
  3. DROP COLUMN u_comment;