altocompta/sql/upgrade.sql
2020-12-11 15:37:30 +01:00

3 lines
127 B
SQL

-- improve vw_fiche_attr
drop index if exists fiche_detail_attr_ix;
create index fiche_detail_attr_ix on fiche_detail (ad_id);