This commit is contained in:
Paul Reeves 2023-01-28 10:39:49 +01:00
parent b8157f5fcc
commit 830a5e22d8
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ commit;
insert into test_blobs( description, file_type, source_file ) values ('boot readme', 'txt', '/boot/readme');
insert into test_blobs( description, file_type, source_file ) values ('xman.help', 'txt', '/usr/share/X11/xman.help');
insert into test_blobs( description, file_type, source_file ) values ('boot readme', 'txt', '/boot/boot.readme');
insert into test_blobs( description, file_type, source_file ) values ('xman help', 'txt', '/usr/share/X11/xman.help');
insert into test_blobs( description, file_type, source_file ) values ('computer', 'bin', '/usr/share/icons/Adwaita/48x48/devices/computer.png');
insert into test_blobs( description, file_type, source_file ) values ('git gui icon', 'bin', '/usr/share/git-gui/lib/git-gui.ico');