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
974685b2
Commit
974685b2
authored
Jun 28, 2021
by
Francesc Guasch
Browse files
wip: fix upgrade requests
issue #1569
parent
442a7576
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
974685b2
...
...
@@ -1558,6 +1558,7 @@ sub _upgrade_tables {
$self
->
_upgrade_table
('
requests
','
at_time
','
int(11) DEFAULT NULL
');
$self
->
_upgrade_table
('
requests
','
run_time
','
float DEFAULT NULL
');
$self
->
_upgrade_table
('
requests
','
retry
','
int(11) DEFAULT NULL
');
$self
->
_upgrade_table
('
requests
','
args
','
char(255)
');
$self
->
_upgrade_table
('
iso_images
','
rename_file
','
varchar(80) DEFAULT NULL
');
$self
->
_clean_iso_mini
();
...
...
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