Announcements and IT Job Checklist
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user