Subversion Repositories Applications.papyrus

Compare Revisions

No changes between revisions

Ignore whitespace Rev 972 → Rev 973

/trunk/client/projet/documentation/mise_a_jour.sql
File deleted
/trunk/client/projet/documentation/projet.sql
13,7 → 13,6
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
 
 
CREATE TABLE `projet_documents` (
`pd_id` int(10) unsigned NOT NULL default '0',
`pd_ce_projet` int(10) unsigned NOT NULL default '0',
99,7 → 98,8
INSERT INTO `projet_statut` VALUES (0, 'Administrateur');
INSERT INTO `projet_statut` VALUES (1, 'Coordonateur');
INSERT INTO `projet_statut` VALUES (2, 'Participant');
INSERT INTO `projet_statut` VALUES (3, 'En attente');
 
CREATE TABLE `projet_statut_utilisateurs` (
`psu_id_statut` int(10) unsigned NOT NULL default '0',
`psu_id_utilisateur` int(11) NOT NULL default '0',
167,6 → 167,4
# 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');
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');
/trunk/client/bottin/documentation/bottin.sql
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/client/bottin/documentation/bottin.sql
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property