feed.sql: add some files
This commit is contained in:
parent
41b83ef725
commit
097023a32a
3 changed files with 33 additions and 9 deletions
|
|
@ -227,3 +227,8 @@ VALUES (
|
|||
), (
|
||||
'24', '9', '39', '2013-10-09 00:35:00'
|
||||
);
|
||||
|
||||
|
||||
INSERT INTO `exercice_files` (`id`, `id_exercice`, `path`, `name`, `sha1`) VALUES
|
||||
('1', '22', 'theme/exo/file1.txt', 'file1.txt', '38be7d1b981f2fb6a4a0a052453f887373dc1fe8'),
|
||||
('2', '22', 'theme/exo/file2.txt', 'file2.txt', '639daad06642a8eb86821ff7649e86f5f59c6139');
|
||||
|
|
|
|||
Reference in a new issue