DB: modify feedfortests.sql to match with last modifications
This commit is contained in:
parent
7a2902f6d4
commit
d2580d2026
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ INSERT INTO `fic`.`teams` (
|
||||||
`team_name` ,
|
`team_name` ,
|
||||||
`key_hash` ,
|
`key_hash` ,
|
||||||
`auth_level` ,
|
`auth_level` ,
|
||||||
`company`
|
`slogan`
|
||||||
)
|
)
|
||||||
VALUES (
|
VALUES (
|
||||||
'1', 'Team1', '2134s65df423sdf132sdg431dsg', '1', 'Epita'
|
'1', 'Team1', '2134s65df423sdf132sdg431dsg', '1', 'Epita'
|
||||||
|
|
Reference in a new issue