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
774cad12
Commit
774cad12
authored
Mar 15, 2020
by
Francesc Guasch
Browse files
fix(db): screenshots are medium blob size
parent
0259b733
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
774cad12
...
...
@@ -1332,7 +1332,7 @@ sub _upgrade_tables {
$self
->
_upgrade_table
('
domains
','
needs_restart
','
int not null default 0
');
if
(
$self
->
_upgrade_table
('
domains
','
screenshot
','
BLOB
'))
{
if
(
$self
->
_upgrade_table
('
domains
','
screenshot
','
MEDIUM
BLOB
'))
{
$self
->
_upgrade_screenshots
();
...
...
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