-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from Sterbenfr/fix/app
fix(app): Fixed little bugs
- Loading branch information
Showing
3 changed files
with
1 addition
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,3 @@ CREATE TABLE Interlocuteurs ( | |
PRIMARY KEY (code_interlocuteur), | ||
FOREIGN KEY (code_type_interlocuteur) REFERENCES TypeInterlocuteur(code_type_interlocuteur) ON UPDATE CASCADE | ||
); | ||
INSERT INTO Interlocuteurs (civilite, nom, prenom, tel_perso, mail, commentaires, code_type_interlocuteur) VALUES | ||
('M.', 'Dupont', 'Jean', '0123456789', '[email protected]', 'Nouveau bénévole.', null), | ||
('Mme', 'Martin', 'Marie', '0987654321', '[email protected]', 'Responsable de secteur.', null), | ||
('M.', 'Durand', 'Paul', '0123987654', '[email protected]', 'Volontaire depuis 2 ans.', null), | ||
('Mme', 'Petit', 'Sophie', '0765432109', '[email protected]', 'Coordination des événements.', null), | ||
('Aut','Admin','Admin','0123456789','[email protected]','Administrateur.', null), | ||
('M.', 'Leroy', 'Julien', '0654321987', '[email protected]', 'Gestion des stocks.', null); |
This file was deleted.
Oops, something went wrong.