Suppression des datas du fichier

This commit is contained in:
Rodolphe Quiedeville 2007-04-11 11:52:22 +00:00
parent 93b15d9688
commit 0c2213408c

View File

@ -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
-- 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
)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');