mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 13:01:12 -07:00
Added missing bmp extension in SQL dump (#929)
This commit is contained in:
parent
da39de5cf4
commit
7d2cf477e5
2 changed files with 2 additions and 0 deletions
|
@ -709,6 +709,7 @@ VALUES ('1', 'gif', ''),
|
|||
('1', 'tif', ''),
|
||||
('1', 'tga', ''),
|
||||
('1', 'webp', ''),
|
||||
('1', 'bmp', ''),
|
||||
('2', 'gtar', ''),
|
||||
('2', 'gz', ''),
|
||||
('2', 'tar', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue