ente/server/migrations/38_add_abuse_report_detail_json.up.sql

4 lines
89 B
MySQL
Raw Permalink Normal View History

2024-03-01 08:07:01 +00:00
ALTER TABLE public_abuse_report
ADD COLUMN details JSONB,
DROP COLUMN u_comment;