Follow-Up : comment optional
This commit is contained in:
parent
251acf11cd
commit
1f037f640e
8 changed files with 60 additions and 8 deletions
6
include/sql/patch/upgrade148.sql
Normal file
6
include/sql/patch/upgrade148.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
begin;
|
||||
INSERT INTO public.document_option (do_code, document_type_id, do_enable, do_option) select 'followup_comment', dt_id, 1, NULL
|
||||
from document_type ;
|
||||
|
||||
insert into version (val,v_description) values (149,'Default values for document_option,comment on followup');
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue