SQL : improve vw_fiche_attr with index

This commit is contained in:
sparkyx 2020-12-11 15:37:30 +01:00
parent f1c2929c2b
commit df45c20cf8

View file

@ -0,0 +1,3 @@
-- improve vw_fiche_attr
drop index if exists fiche_detail_attr_ix;
create index fiche_detail_attr_ix on fiche_detail (ad_id);