DB schema compatible with newer MySQL version

This commit is contained in:
Némunaire 2015-01-14 08:41:45 +01:00 committed by Nemunaire
commit fbba7a41f7
2 changed files with 5 additions and 5 deletions

View file

@ -231,5 +231,5 @@ VALUES (
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');
('1', '22', 'theme/exo/file1.txt', 'file1.txt', 0x38be7d1b981f2fb6a4a0a052453f887373dc1fe8),
('2', '22', 'theme/exo/file2.txt', 'file2.txt', 0x639daad06642a8eb86821ff7649e86f5f59c6139);