Files
decomp.dev/migrations/21_project_pr_report_style.sql
Luke Street 2eb746bf1f Configuration for PR report style (#13)
Add a new "Description" style that updates the PR description instead of adding comments.
2025-10-07 20:40:57 -06:00

2 lines
81 B
SQL

ALTER TABLE projects ADD COLUMN pr_report_style TEXT NOT NULL DEFAULT 'comment';