mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
5 lines
281 B
SQL
5 lines
281 B
SQL
insert into llx_telephonie_concurrents (nom,active) values ('Inconnu',0);
|
|
insert into llx_telephonie_concurrents (nom) values ('Cegetel');
|
|
insert into llx_telephonie_concurrents (nom) values ('France Telecom');
|
|
insert into llx_telephonie_concurrents (nom) values ('Neuf Telecom');
|