Skip to content
GitLab
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
bc0316c1
Commit
bc0316c1
authored
Apr 12, 2011
by
David Johnson
Browse files
Bug fix: alter table syntax errors.
parent
9a652e40
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/updates/4/238
View file @
bc0316c1
...
...
@@ -25,11 +25,11 @@ sub DoUpdate($$$)
}
if (!DBSlotExists("blobs","vblob_id")) {
DBQueryFatal("alter table blobs add ".
DBQueryFatal("alter table blobs add
vblob_id
".
"varchar(40) NOT NULL default '' after `owner_uid`");
}
if (!DBSlotExists("blobs","exptidx")) {
DBQueryFatal("alter table blobs add ".
DBQueryFatal("alter table blobs add
exptidx
".
"int(11) NOT NULL default '0' after `vblob_id`");
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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