Correct SQL script
This commit is contained in:
parent
2a5581b173
commit
9187463010
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
begin;
|
begin;
|
||||||
INSERT INTO public.document_option (do_code, document_type_id, do_enable, do_option) select 'followup_comment', dt_id, 1, NULL
|
INSERT INTO public.document_option (do_code, document_type_id, do_enable, do_option) select 'followup_comment', dt_id, 1, 'SOME_FIXED'
|
||||||
from document_type ;
|
from document_type ;
|
||||||
|
|
||||||
insert into version (val,v_description) values (149,'Default values for document_option,comment on followup');
|
insert into version (val,v_description) values (149,'Default values for document_option,comment on followup');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue