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
2c604e34
Commit
2c604e34
authored
Jan 23, 2018
by
Francesc Guasch
Browse files
[#518] upgrade domains table with status and display info
parent
8844cad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
2c604e34
...
...
@@ -774,6 +774,9 @@ sub _upgrade_tables {
$self
->
_upgrade_table
('
domains
','
start_time
','
int DEFAULT 0
');
$self
->
_upgrade_table
('
domains
','
is_volatile
','
int NOT NULL DEFAULT 0
');
$self
->
_upgrade_table
('
domains
','
status
','
varchar(32) DEFAULT "shutdown"
');
$self
->
_upgrade_table
('
domains
','
display
','
varchar(128) DEFAULT NULL
');
$self
->
_upgrade_table
('
domains_network
','
allowed
','
int not null default 1
');
}
...
...
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