Added Type, Category and Signatories on task

This commit is contained in:
2026-02-21 14:33:22 +08:00
parent d32449d096
commit 8d31a629ac
14 changed files with 1178 additions and 48 deletions
@@ -0,0 +1,6 @@
-- Add request type/category metadata to tasks table
alter table tasks
add column request_type text,
add column request_type_other text,
add column request_category text;