ente/server/migrations/38_add_abuse_report_detail_json.up.sql
2024-03-01 13:37:01 +05:30

4 lines
89 B
SQL

ALTER TABLE public_abuse_report
ADD COLUMN details JSONB,
DROP COLUMN u_comment;