Suppression des datas du fichier
This commit is contained in:
parent
93b15d9688
commit
0c2213408c
@ -1,5 +1,5 @@
|
|||||||
-- ========================================================================
|
-- ========================================================================
|
||||||
-- Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
-- Copyright (C) 2004-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
--
|
--
|
||||||
-- This program is free software; you can redistribute it and/or modify
|
-- This program is free software; you can redistribute it and/or modify
|
||||||
-- it under the terms of the GNU General Public License as published by
|
-- it under the terms of the GNU General Public License as published by
|
||||||
@ -26,9 +26,3 @@ create table llx_telephonie_concurrents (
|
|||||||
active smallint DEFAULT 1
|
active smallint DEFAULT 1
|
||||||
|
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|
||||||
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');
|
|
||||||
Loading…
Reference in New Issue
Block a user