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
7984c717
Commit
7984c717
authored
Oct 17, 2017
by
Francesc Guasch
Browse files
[#202] store last id_vm in domain
parent
cb66fc1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
7984c717
...
...
@@ -720,7 +720,7 @@ sub _upgrade_tables {
$self
->
_upgrade_table
('
domains
','
spice_password
','
varchar(20) DEFAULT NULL
');
$self
->
_upgrade_table
('
domains
','
description
','
text DEFAULT NULL
');
$self
->
_upgrade_table
('
domains
','
run_timeout
','
int DEFAULT NULL
');
$self
->
_upgrade_table
('
domains
','
id_vm
',
"
int
default
NULL
"
);
$self
->
_upgrade_table
('
domains
','
id_vm
',
'
int
DEFAULT
NULL
'
);
$self
->
_upgrade_table
('
vms
','
security
','
varchar(20) default NULL
');
}
...
...
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