Skip to content
Snippets Groups Projects
Commit bc7e94d7 authored by LANTZ Nathan's avatar LANTZ Nathan
Browse files

informations inutile dans la bdd retiré

parent a0353bea
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
-- http://www.phpmyadmin.net
--
-- Client : localhost
-- Généré le : Dim 14 Janvier 2024 à 12:56
-- Généré le : Jeu 18 Janvier 2024 à 10:03
-- Version du serveur : 5.7.11
-- Version de PHP : 5.6.18
......@@ -39,20 +39,6 @@ CREATE TABLE IF NOT EXISTS `adherentsemail` (
PRIMARY KEY (`AdherentmailID`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
--
-- Contenu de la table `adherentsemail`
--
INSERT INTO `adherentsemail` (`AdherentmailID`, `Nom`, `Prenom`, `AdresseMail`, `Age`, `MotDePasse`) VALUES
(0, 'chevalier', 'noemy', 'nono@email.com', 38, '$2y$10$KBJzTu7tBgUmGtQ1eyhImO6rc4Fb/JlnLD9OeQAkRUBFp.TcRfGX.'),
(1, 'nathan', 'lantz', 'nathanlantz57560@gmail.com', 19, 'test1'),
(2, 'nathan', 'lantz', 'nathanlantz57560@gmail.com', 19, 'test1'),
(3, 'nathan', 'lantz', 'nathanlantz57560@gmail.com', 19, 'test1'),
(4, 'lantz', 'theo', 'nathanlantz22@gmail.com', 22, 'test3'),
(5, 'lantz', 'theo', 'nathanlantz22@gmail.com', 22, 'test3'),
(6, 'mammeri', 'rayan', 'nathanlantz2022@gmail.com', 20, 'test4'),
(7, 'lantz', 'nathan', 'nathanlantz12@gmail.com', 29, '$2y$10$U1x..r4zlyU5kRKZIICRTutViXjwoCBvLmeez9KnO7MHcELLxZYx.');
-- --------------------------------------------------------
--
......@@ -75,9 +61,7 @@ CREATE TABLE IF NOT EXISTS `adherentstel` (
--
INSERT INTO `adherentstel` (`AdherenttelID`, `Nom`, `Prenom`, `NumeroTelephone`, `Age`, `MotDePasse`) VALUES
(0, 'lantz', 'nathan', '07 82 70 53 51', 28, '$2y$10$FAp2/7LGaFrqEeUbnm/nyOX2T1z1uLUl8h946xjy/3nnhy30TElP6'),
(1, 'nathan', 'lantz', '07 82 70 53 51', 19, 'test2'),
(2, 'bbbb', 'aaaa', '11111111', 15, 'aaa');
(0, 'lantz', 'nathan', '07 82 70 53 51', 28, '$2y$10$FAp2/7LGaFrqEeUbnm/nyOX2T1z1uLUl8h946xjy/3nnhy30TElP6');
-- --------------------------------------------------------
......@@ -159,11 +143,17 @@ INSERT INTO `competitions` (`CompetitionID`, `Lieu`, `Horaire`, `PlacesDisponibl
DROP TABLE IF EXISTS `documentsadministratifs`;
CREATE TABLE IF NOT EXISTS `documentsadministratifs` (
`DocumentID` int(11) NOT NULL,
`AdherentID` int(11) NOT NULL,
`DossierInscription` blob,
`PhotoAdherent` blob
`Nom` varchar(255) NOT NULL,
`CheminFichier` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Contenu de la table `documentsadministratifs`
--
INSERT INTO `documentsadministratifs` (`DocumentID`, `Nom`, `CheminFichier`) VALUES
(1, 'ALLDOCUMENTS', './DocAdministratifs');
-- --------------------------------------------------------
--
......@@ -429,4 +419,4 @@ INSERT INTO `telechargeable` (`id`, `nom_dossier`, `type_document`, `fichier_pat
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment