Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 141 → Rev 142

/trunk/documentation/projet.sql
File deleted
\ No newline at end of file
/trunk/documentation/projet_v0.24.sql
1,3 → 1,8
INSERT INTO `gen_application` ( `gap_id_application` , `gap_nom` , `gap_description` , `gap_chemin` , `gap_bool_applette` )
VALUES (
LAST_INSERT_ID(), 'Projets', 'Application de gestion de projets', 'client/projet/projet.php', '0'
);
 
CREATE TABLE `projet` (
`p_id` int(10) unsigned NOT NULL default '0',
`p_titre` varchar(255) NOT NULL default '',