Update feedfortests.sql
This commit is contained in:
parent
d2580d2026
commit
9145325fd8
1 changed files with 8 additions and 8 deletions
|
|
@ -105,21 +105,21 @@ INSERT INTO `fic`.`themes` (
|
||||||
`name`
|
`name`
|
||||||
)
|
)
|
||||||
VALUES (
|
VALUES (
|
||||||
'1' , 'pdf.xml'
|
'1' , 'pdf'
|
||||||
), (
|
), (
|
||||||
'2' , 'flash.xml'
|
'2' , 'flash'
|
||||||
), (
|
), (
|
||||||
'3' , 'image.xml'
|
'3' , 'image'
|
||||||
), (
|
), (
|
||||||
'4' , 'se.xml'
|
'4' , 'se'
|
||||||
), (
|
), (
|
||||||
'5' , 'memdump.xml'
|
'5' , 'memdump'
|
||||||
), (
|
), (
|
||||||
'6' , 'java.xml'
|
'6' , 'java'
|
||||||
), (
|
), (
|
||||||
'7' , 'dotnet.xml'
|
'7' , 'dotnet'
|
||||||
), (
|
), (
|
||||||
'8' , 'pcap.xml'
|
'8' , 'pcap'
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO `fic`.`exercices` (
|
INSERT INTO `fic`.`exercices` (
|
||||||
|
|
|
||||||
Reference in a new issue