epnadmin-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Epnadmin-fr] CVS commit info


From: Dayot Loïc
Subject: Re: [Epnadmin-fr] CVS commit info
Date: Sun, 17 Oct 2004 20:38:24 +0200
User-agent: KMail/1.6.1

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bonsoir,
J'ai dû oublier de mettre à jour la structure. in_objectifs n'existe plus. En 
revance, in_comment existe. Merci de remettre in_comment dans le code.
Loïc.


Le vendredi 15 Octobre 2004 17:28, Marc Carlucci a écrit :
> - non affichage de données, erreur dans le schéma de la table,
>       remplacement des in_comment par in_objectifs
La structure de la table initiatiations est la suivante (en ce moment et sous 
réserve de changements, notamment pour les version et le id_share) :

#
# Structure de la table `initiations`
#

CREATE TABLE `initiations` (
  `in_id` int(11) NOT NULL auto_increment,
  `in_label` varchar(255) NOT NULL default '',
  `in_comment` text,
  `in_goals` text NOT NULL,
  `in_status` char(1) NOT NULL default '0',
  `in_circuit` char(1) NOT NULL default '0',
  `in_evaluation` char(1) NOT NULL default '0',
  `in_author_version` text NOT NULL,
  `in_language` char(2) NOT NULL default 'en',
  `in_share` char(1) NOT NULL default '0',
  `in_necessary` varchar(255) default NULL,
  `in_prolongation` varchar(255) default NULL,
  `in_duration` time default NULL,
  `in_nb_part` int(11) NOT NULL default '0',
  `in_it_id` int(11) NOT NULL default '0',
  `in_id_share` int(11) default NULL,
  `in_last_id_share` int(11) default NULL,
  PRIMARY KEY  (`in_id`),
  KEY `in_label` (`in_label`),
  KEY `in_status` (`in_status`),
  KEY `in_circuit` (`in_circuit`),
  KEY `in_language` (`in_language`),
  KEY `in_share` (`in_share`),
  KEY `in_it_id` (`in_it_id`),
  KEY `in_evaluation` (`in_evaluation`),
  KEY `in_id_share` (`in_id_share`)
) TYPE=MyISAM AUTO_INCREMENT=18 ;
    

- -- 

Hébergeur hébergé http://ouvaton.coop
Alternative logiciel libre http://april.org
2 CV anciennes sur http://amis2cv.org
Se souvenir du Maroc http://marocamnesie.com
Imaginez la suite...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBcrwjN/RN38XtBQkRAkRvAKCnWVqYvsXu55Dhj3Z0GtWgECGdoQCfXZTs
hNaOjHlGlzkDxXfXp/19F9A=
=6FL/
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]