BDD: add 'teamname' and change feedfortest.sql

This commit is contained in:
Quentin Grosyeux 2013-10-26 15:38:43 +02:00
commit c27a97ce6e
2 changed files with 70 additions and 32 deletions

View file

@ -1,71 +1,108 @@
INSERT INTO `fic`.`users` (
INSERT INTO `fic`.`teams` (
`id` ,
`username` ,
`password` ,
`team_name` ,
`key_hash` ,
`auth_level` ,
`firstname` ,
`lastname` ,
`company`
)
VALUES (
'1', 'Alpha', '2134s65df423sdf132sdg431dsg', '1', 'Alph', 'A', 'Epitra'
'1', 'Team1', '2134s65df423sdf132sdg431dsg', '1', 'Epita'
), (
'2', 'Beta', '2134s65df423sef132sdg431dsg', '1', 'Bet', 'A', 'Epitra'
'2', 'Team2', '2134s65df423sef132sdg431dsg', '1', 'Epita'
), (
'3', 'Charli', '2134s45df423sdf132sdg431dsg', '1', 'Charl', 'I', 'Epitra'
'3', 'Team3', '2134s45df423sdf132sdg431dsg', '1', 'Epita'
), (
'4', 'Delta', '2134s65df423sdf131sdg431dsg', '1', 'Delt', 'A', 'Epitra'
'4', 'Team4', '2134s65df423sdf131sdg431dsg', '1', 'Epita'
), (
'5', 'Echo', '2134s65df423sdf132sdg431dfg', '1', 'Ech', 'O', 'Epitra'
'5', 'Team5', '2134s65df423sdf132sdg431dfg', '1', 'Epita'
), (