Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sae-site-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JANUZI Rinor
sae-site-web
Commits
bc7e94d7
Commit
bc7e94d7
authored
1 year ago
by
LANTZ Nathan
Browse files
Options
Downloads
Patches
Plain Diff
informations inutile dans la bdd retiré
parent
a0353bea
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
database/mydb.sql
+12
-22
12 additions, 22 deletions
database/mydb.sql
with
12 additions
and
22 deletions
database/mydb.sql
+
12
−
22
View file @
bc7e94d7
...
...
@@ -3,7 +3,7 @@
-- http://www.phpmyadmin.net
--
-- Client : localhost
-- Généré le :
Dim
1
4
Janvier 2024 à 1
2:56
-- Généré le :
Jeu
1
8
Janvier 2024 à 1
0: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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment