Restructure file , remove html/admin , backup ...
This commit is contained in:
parent
b57df7c0e8
commit
896f3624c7
169 changed files with 48 additions and 54 deletions
9
include/sql/patch/upgrade62.sql
Normal file
9
include/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