Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
cfda15d3
Commit
cfda15d3
authored
Oct 11, 2021
by
Francesc Guasch
Browse files
fix(install): store big requests
parent
9c27da5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
cfda15d3
...
...
@@ -2249,7 +2249,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
('
requests
','
args
','
TEXT
');
$self
->
_upgrade_table
('
iso_images
','
rename_file
','
varchar(80) DEFAULT NULL
');
$self
->
_clean_iso_mini
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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