New : add country_code in attribut

This commit is contained in:
sparkyx 2025-07-29 11:50:02 +02:00
parent 6ebd8f23c0
commit 5d9576a00b

View file

@ -222,4 +222,6 @@ insert into country_code_ref values ('AF',' Afghanistan'),
('VN',' Vietnam'),
('YE',' Yemen'),
('ZM',' Zambia'),
('ZW',' Zimbabwe');
('ZW',' Zimbabwe');
insert into attr_def (ad_id,ad_text,ad_type,ad_size,ad_search_followup,ad_default_order, ad_extra) values(57,'Code pays','select',20,1,15,'select cc_code,format(''%s %s'',cc_code,cc_name) from country_code_ref order by 1');