New : Task #1894: Gestion : ajout un champs paramétrable pour videoconf
This commit is contained in:
parent
cd6ddfc78e
commit
ce18adbf49
6 changed files with 89 additions and 4 deletions
7
include/sql/patch/upgrade152.sql
Normal file
7
include/sql/patch/upgrade152.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
begin;
|
||||
insert into document_option (do_code,document_type_id,do_enable,do_option)
|
||||
select 'videoconf_server',dt_id,'1','https://www.free-solutions.org/'
|
||||
from
|
||||
document_type;
|
||||
insert into version (val,v_description) values (153,'Add videoconf server');
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue