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
a61202f2
Commit
a61202f2
authored
May 10, 2017
by
Francesc Guasch
Browse files
Fixed adding of n_order for ancient ravadas
parent
979672b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
a61202f2
...
...
@@ -251,6 +251,8 @@ sub _upgrade_tables {
}
$self
->
_upgrade_table
('
networks
','
requires_password
','
int(11)
');
$self
->
_upgrade_table
('
networks
','
n_order
','
int(11) not null default 0
');
$self
->
_upgrade_table
('
domains
','
spice_password
','
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