Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
57c22f07
Commit
57c22f07
authored
Apr 17, 2017
by
Leigh B Stoller
Browse files
Fix!
parent
49fc81f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/updates/4/574
View file @
57c22f07
...
...
@@ -6,7 +6,7 @@ sub DoUpdate($$$)
my ($dbhandle, $dbname, $version) = @_;
if (!DBSlotExists("apt_profile_versions", "portal_converted")) {
DBQueryFatal("alter table apt_profile_versions " .
DBQueryFatal("alter table apt_profile_versions
add
" .
" `portal_converted` tinyint(1) NOT NULL default '0' ".
" after repokey");
}
...
...
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