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
432e0022
Commit
432e0022
authored
Nov 09, 2017
by
Francesc Guasch
Browse files
[#457] remove old debian 9 link
parent
daf7cf72
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
432e0022
...
...
@@ -515,9 +515,19 @@ sub _update_table($self, $table, $field, $data) {
}
}
sub
_remove_old_isos
{
my
$self
=
shift
;
my
$sth
=
$CONNECTOR
->
dbh
->
prepare
("
DELETE FROM iso_images
"
.
"
WHERE url like '%debian-9.0%iso'
"
);
$sth
->
execute
();
$sth
->
finish
;
}
sub
_update_data
{
my
$self
=
shift
;
$self
->
_remove_old_isos
();
$self
->
_update_isos
();
$self
->
_update_user_grants
();
$self
->
_update_domain_drivers_types
();
...
...
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