Add FP submissions cleanup: auto-clear approved, dismiss rejected, collapsible section

This commit is contained in:
Jordan Ramos
2026-05-11 14:29:50 -06:00
parent cda1eaadc9
commit 7245352496
6 changed files with 495 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ const MIGRATIONS_DIR = __dirname;
// Add new migrations to this list as they're created.
const POSTGRES_MIGRATIONS = [
'add_decom_workflow_type.js',
'add_fp_submissions_dismissed.js',
];
async function runAll() {