Added Type, Category and Signatories on task
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user