Subversion Repositories Applications.projet

Rev

Rev 125 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

ALTER TABLE `projet` ADD `p_modere` TINYINT UNSIGNED DEFAULT '0' NOT NULL ;
INSERT INTO `projet_statut` ( `ps_id_statut` , `ps_statut_nom` )
VALUES (
'3', 'En attente'
);
CREATE TABLE `projet_template` (
  `pt_id_template` smallint(5) unsigned NOT NULL default '0',
  `pt_i18n` varchar(5) NOT NULL default '',
  `pt_template` text NOT NULL,
  PRIMARY KEY  (`pt_id_template`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

#
# Contenu de la table `projet_template`
#

INSERT INTO `projet_template` VALUES (1, 'fr-FR', 'L\'utilisateur {nom} {prenom} souhaite être inscrit au projet {nom_projet} dont vous êtes modérateur.\r\nCliquez sur le lien suivant pour modérer son inscription.\r\n{lien}\r\n');