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
c9227170
Commit
c9227170
authored
Jun 17, 2020
by
Francesc Guasch
Browse files
fix(install): add restricted field if missing
fixes #1350
parent
c2b2bdc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
c9227170
...
...
@@ -1392,6 +1392,7 @@ sub _upgrade_tables {
$self
->
_upgrade_table
('
volumes
','
name
','
char(200)
');
$self
->
_upgrade_table
('
domain_ports
',
'
internal_ip
','
char(200)
');
$self
->
_upgrade_table
('
domain_ports
',
'
restricted
','
int(1) DEFAULT 0
');
$self
->
_upgrade_table
('
messages
','
date_changed
','
timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
');
}
...
...
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