Restructure file , remove html/admin , backup ...
This commit is contained in:
parent
b57df7c0e8
commit
896f3624c7
169 changed files with 48 additions and 54 deletions
11
include/sql/patch/upgrade82.sql
Normal file
11
include/sql/patch/upgrade82.sql
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
begin;
|
||||
|
||||
CREATE OR REPLACE VIEW vw_fiche_name AS
|
||||
SELECT jnt_fic_att_value.f_id, attr_value.av_text AS name
|
||||
FROM jnt_fic_att_value
|
||||
JOIN attr_value USING (jft_id)
|
||||
WHERE jnt_fic_att_value.ad_id = 1;
|
||||
|
||||
|
||||
update version set val=83;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue