Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
3d9379d0
Commit
3d9379d0
authored
Nov 03, 2020
by
frankiejol
Browse files
refactor(ISO): remove old Focal ISO
parent
86408d92
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
3d9379d0
...
...
@@ -887,6 +887,7 @@ sub _remove_old_isos {
,"
DELETE FROM iso_images
"
.
"
WHERE name like 'Ubuntu Focal%'
"
.
"
AND ( md5 IS NOT NULL OR md5_url IS NOT NULL)
"
)
{
my
$sth
=
$CONNECTOR
->
dbh
->
prepare
(
$sql
);
$sth
->
execute
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment