-
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.
update : adaptation for new organisation in BDD
- Loading branch information
Showing
7 changed files
with
25 additions
and
35 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
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 |
---|---|---|
|
@@ -8,12 +8,12 @@ INSERT INTO "role"(label) VALUES | |
('child'); | ||
|
||
INSERT INTO "user"(firstname, lastname, pseudo, email, password, role_id) VALUES | ||
('François', 'GRUNERT', 'Frapuks', '[email protected]', 'adrienLeBg', 3), | ||
('Adrien', 'BLANC', 'AdriBG', '[email protected]', 'JeSuisLePlusBeau', 2), | ||
('Adrien', 'Haggani', 'AdriH', '[email protected]', 'FautQueJeVousRaconteUnTruc', 3), | ||
('Charlotte', 'Rose', 'Zerossama', '[email protected]', 'OclockOuaisOuais', 2), | ||
('Marwane', 'Ben Tekaya', 'Marwenn', '[email protected]', '1234', 3), | ||
('Benjamin', 'Nougadère', 'Benjam', '[email protected]', 'QuandJeBossaisChezMicrosoft', 1); | ||
('François', 'GRUNERT', 'Frapuks', '[email protected]', '$2b$10$SakdfubdCIaWkkC5iunBqek39tW7ZDecTsoQNXfUxViKJ5K9FRo6C', 3), | ||
('Adrien', 'BLANC', 'AdriBG', '[email protected]', '$2b$10$.Ger.B0cbGvX87B2desn.elNVYHrcT2ZmzOllSl6fbNOYT.zYLIVG', 2), | ||
('Adrien', 'Haggani', 'AdriH', '[email protected]', '$2b$10$4hCI/G/YLkEyrnJ7C3PsTOZz2bNG9uuE1JB.HL4ApC5CP/3ro3A6a', 3), | ||
('Charlotte', 'Rose', 'Zerossama', '[email protected]', '$2b$10$tquH8BH.o3zuZMkeGQp1UesFJrcFLgkt/UE5Xvu92ZT2EZ8oZ.nKW', 2), | ||
('Marwane', 'Ben Tekaya', 'Marwenn', '[email protected]', '$2b$10$VjDhncJ6nHx3bq3Tk.3ruO3ISYpk23X5ptXuxLD29eeToyLPvxalC', 3), | ||
('Benjamin', 'Nougadère', 'Benjam', '[email protected]', '$2b$10$S9lILcczF9Hy6GyzQoYNJO8trCZkQgG8WL473Zwz.qIGr/xvZWiy.', 1); | ||
|
||
INSERT INTO "family"(name) VALUES | ||
('Moaï'), | ||
|
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
BEGIN; | ||
|
||
SELECT isParent | ||
SELECT "isParent" | ||
FROM user_has_family; | ||
|
||
ROLLBACK; |