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
9f5a56dc
Commit
9f5a56dc
authored
May 29, 2019
by
Francesc Guasch
Browse files
fix(volumes): allow bigger volume names
issue #1090
parent
6ebd26c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
9f5a56dc
...
...
@@ -1236,6 +1236,8 @@ sub _upgrade_tables {
$self
->
_upgrade_table
('
grant_types
','
enabled
','
int not null default 1
');
$self
->
_upgrade_table
('
vms
','
mac
','
char(18)
');
$self
->
_upgrade_table
('
volumes
','
name
','
char(200)
');
}
...
...
Write
Preview
Supports
Markdown
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