Subversion Repositories Applications.papyrus

Rev

Rev 989 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 989 Rev 1013
Line 1... Line 1...
1
INSERT INTO `gen_application` ( `gap_id_application` , `gap_nom` , `gap_description` , `gap_chemin` , `gap_bool_applette` )
1
INSERT INTO `gen_application` ( `gap_id_application` , `gap_nom` , `gap_description` , `gap_chemin` , `gap_bool_applette` )
2
VALUES (
2
VALUES (
3
'', 'Inscription', 'Gestionnaire des inscriptions au bottin', 'client/bottin/inscription.php', '0'
3
'13', 'Inscription', 'Gestionnaire des inscriptions au bottin', 'client/bottin/inscription.php', '0'
4
);
4
);
5
INSERT INTO `gen_application` ( `gap_id_application` , `gap_nom` , `gap_description` , `gap_chemin` , `gap_bool_applette` )
5
INSERT INTO `gen_application` ( `gap_id_application` , `gap_nom` , `gap_description` , `gap_chemin` , `gap_bool_applette` )
6
VALUES (
6
VALUES (
7
'', 'Cartographie', 'Cartographie associée au bottin', 'client/bottin/cartographie.php', '0'
7
'14', 'Cartographie', 'Cartographie associée au bottin', 'client/bottin/cartographie.php', '0'
8
);
8
);
9
INSERT INTO `gen_application` ( `gap_id_application` , `gap_nom` , `gap_description` , `gap_chemin` , `gap_bool_applette` )
9
INSERT INTO `gen_application` ( `gap_id_application` , `gap_nom` , `gap_description` , `gap_chemin` , `gap_bool_applette` )
10
VALUES (
10
VALUES (
11
'', 'Annuaire', 'Annuaire associée au bottin', 'client/bottin/annuaire.php', '0'
11
'15', 'Annuaire', 'Annuaire associée au bottin', 'client/bottin/annuaire.php', '0'
12
);
12
);
13
-- 
13
-- 
14
-- Structure de la table `annuaire`
14
-- Structure de la table `annuaire`
15
-- 
15
-- 
16
DROP TABLE IF EXISTS `annuaire`;
16
DROP TABLE IF EXISTS `annuaire`;