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
5d325c16
Commit
5d325c16
authored
Sep 18, 2017
by
Francesc Guasch
Committed by
Francesc Guasch
Sep 27, 2017
Browse files
[#303] timeout field definition
parent
1e1284cb
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
5d325c16
...
...
@@ -672,6 +672,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
');
}
...
...
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