correct patch
This commit is contained in:
parent
846c6b1110
commit
fe05527c9d
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ select f_id,
|
||||||
cd.fd_id as card_category
|
cd.fd_id as card_category
|
||||||
from contact_data cd ;
|
from contact_data cd ;
|
||||||
|
|
||||||
|
insert into fiche_def_ref(frd_id,frd_text) values(16,'Contact') on conflict do nothing;
|
||||||
|
|
||||||
insert into attr_min values (16,32);
|
insert into attr_min values (16,32);
|
||||||
|
|
||||||
insert into jnt_fic_attr (fd_id,jnt_order,ad_id) select fd_id,10,32 from fiche_def where frd_id=16 on conflict(fd_id,ad_id) do nothing;
|
insert into jnt_fic_attr (fd_id,jnt_order,ad_id) select fd_id,10,32 from fiche_def where frd_id=16 on conflict(fd_id,ad_id) do nothing;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue