Announcements and IT Job Checklist

This commit is contained in:
2026-03-21 18:51:04 +08:00
parent 7d9096963a
commit 3fb6fd5c93
19 changed files with 2367 additions and 37 deletions
@@ -0,0 +1,9 @@
-- ============================================================
-- Add IT Job printed tracking columns to tasks table
-- ============================================================
ALTER TABLE public.tasks
ADD COLUMN IF NOT EXISTS it_job_printed boolean NOT NULL DEFAULT false;
ALTER TABLE public.tasks
ADD COLUMN IF NOT EXISTS it_job_printed_at timestamptz;