Ajout class_commande

This commit is contained in:
Rodolphe Quiedeville 2005-01-26 10:10:48 +00:00
parent 7a4ef3735c
commit 2262d00d9e

View File

@ -1,5 +1,5 @@
-- ========================================================================
-- Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2004-2005 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
@ -24,6 +24,6 @@ create table llx_telephonie_fournisseur (
rowid integer AUTO_INCREMENT PRIMARY KEY,
nom varchar(255),
email_commande varchar(255),
commande_active tinyint default 0
commande_active tinyint default 0,
class_commande varchar(25) -- nom de la classe utilisée pour la commande
)type=innodb;