Skip to content

Commit

Permalink
fix(volumes): allow bigger volume names
Browse files Browse the repository at this point in the history
issue #1090
  • Loading branch information
frankiejol committed May 29, 2019
1 parent 6ebd26c commit 9f5a56d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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)');
}


Expand Down

0 comments on commit 9f5a56d

Please sign in to comment.