Merged revisions 2868-2871 via svnmerge from
svn+ssh://danydb@svn/svn/phpcompta/branches/rel500 ........ r2869 | danydb | 2010-01-14 14:41:25 +0100 (Thu, 14 Jan 2010) | 1 line Bug : fiche_attribut_synchro is really low, solution is to create 2 indexes ........
This commit is contained in:
parent
2970a037be
commit
e4c933ef28
2 changed files with 10 additions and 1 deletions
9
html/admin/sql/patch/upgrade62.sql
Normal file
9
html/admin/sql/patch/upgrade62.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
begin;
|
||||
-- View: vw_fiche_def
|
||||
|
||||
create index jnt_fic_att_value_fd_id_idx on jnt_fic_att_value(f_id);
|
||||
create index jnt_fic_attr_fd_id_idx on jnt_fic_attr(fd_id);
|
||||
|
||||
update version set val=63;
|
||||
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue