New : Task #1894: Gestion : ajout un champs paramétrable pour videoconf

This commit is contained in:
sparkyx 2021-02-03 17:13:50 +01:00
parent cd6ddfc78e
commit ce18adbf49
6 changed files with 89 additions and 4 deletions

View 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;