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
c4af5e73
Commit
c4af5e73
authored
Jan 06, 2017
by
Leigh B Stoller
Browse files
Tweak previous revision.
parent
a8e3c32e
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
c4af5e73
...
...
@@ -384,7 +384,6 @@ CREATE TABLE `apt_profile_versions` (
`deleted`
datetime
default
NULL
,
`disabled`
tinyint
(
1
)
NOT
NULL
default
'0'
,
`uuid`
varchar
(
40
)
NOT
NULL
,
`webtask_id`
varchar
(
128
)
NOT
NULL
default
''
,
`parent_profileid`
int
(
8
)
unsigned
default
NULL
,
`parent_version`
int
(
8
)
unsigned
default
NULL
,
`status`
varchar
(
32
)
default
NULL
,
...
...
sql/updates/4/555
View file @
c4af5e73
...
...
@@ -15,11 +15,6 @@ sub DoUpdate($$$)
" add `webtask_id` varchar(128) NOT NULL default '' ".
" after uuid");
}
if (!DBSlotExists("apt_profile_versions", "webtask_id")) {
DBQueryFatal("alter table apt_profile_versions " .
" add `webtask_id` varchar(128) NOT NULL default '' ".
" after uuid");
}
if (!DBSlotExists("images", "webtask_id")) {
DBQueryFatal("alter table images " .
" add `webtask_id` varchar(128) NOT NULL default '' ".
...
...
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