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
0d00ac40
Commit
0d00ac40
authored
Jan 17, 2018
by
Francesc Guasch
Browse files
[#515] Remove old Lubuntu entries in iso_images
parent
b1526d1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
0d00ac40
...
...
@@ -590,6 +590,12 @@ sub _remove_old_isos {
,"
DELETE FROM iso_images
"
.
"
WHERE name like 'Debian%'
"
.
"
AND NOT url like '%*%'
"
,"
DELETE FROM iso_images
"
.
"
WHERE name like 'Lubuntu Artful%'
"
.
"
AND url NOT LIKE '%*%'
"
,"
DELETE FROM iso_images
"
.
"
WHERE name like 'Lubuntu Zesty%'
"
)
{
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